Skip to content

Commit

Permalink
fix(documentdb): add dependency on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitob committed Oct 10, 2023
1 parent c105f1c commit 8828bc4
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 597 deletions.
1 change: 1 addition & 0 deletions scaleway/resource_document_db_privilege_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func TestAccScalewayDocumentDBPrivilege_Basic(t *testing.T) {
user_name = scaleway_documentdb_user.foo3.name
database_name = scaleway_documentdb_database.db01.name
permission = "none"
depends_on = [scaleway_documentdb_user.foo3]
}`,
Check: resource.ComposeTestCheckFunc(
testAccCheckDocumentDBPrivilegeExists(tt, "scaleway_documentdb_instance.instance", "scaleway_documentdb_database.db01", "scaleway_documentdb_user.foo3"),
Expand Down
Loading

0 comments on commit 8828bc4

Please sign in to comment.