Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
parkedwards committed Nov 4, 2023
1 parent d4cfdec commit 15396ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/datasources/service_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data "prefect_service_account" "bot_by_id" {
id = prefect_service_account.bot.id
}
data "prefect_service_account" "bot_by_name" {
name = "%s"
name = prefect_service_account.bot.name
}
`, name, name)
`, name)
}

0 comments on commit 15396ab

Please sign in to comment.