Skip to content

Commit

Permalink
Fix Repository data source test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebeau committed Aug 28, 2024
1 parent 84b0d8b commit 633cd74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/provider/repository_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ resource "quay_repository" "test" {
data "quay_repository" "test" {
name = "test"
namespace = quay_organization.org_repo_data.name
depends_on = [
quay_repository.test
]
}
`,
Check: resource.ComposeAggregateTestCheckFunc(
Expand Down

0 comments on commit 633cd74

Please sign in to comment.