Skip to content

Commit

Permalink
Specify flow_name in datasource test
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchnielsen committed Dec 19, 2024
1 parent c2f155b commit 61b48e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/datasources/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ data "prefect_deployment" "test_by_id" {
data "prefect_deployment" "test_by_name" {
name = prefect_deployment.test.name
flow_name = prefect_flow.test.name
account_id = "%s"
workspace_id = prefect_workspace.test.id
Expand Down

0 comments on commit 61b48e6

Please sign in to comment.