Skip to content

Commit

Permalink
fix(domain|test): update - expected 2 assignments in final
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj committed Jun 29, 2024
1 parent 72aaa31 commit 13871d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestAccDomainResource(t *testing.T) {
//resource.TestCheckResourceAttr("montecarlo_domain.test", "uuid", domainUuid),
resource.TestCheckResourceAttr("montecarlo_domain.test", "name", "domain2"),
resource.TestCheckResourceAttr("montecarlo_domain.test", "description", "Domain test description 2"),
resource.TestCheckResourceAttr("montecarlo_domain.test", "assignments.#", "0"),
resource.TestCheckResourceAttr("montecarlo_domain.test", "assignments.#", "2"),
resource.TestCheckResourceAttr("montecarlo_domain.test", "tags.#", "0"),
),
},
Expand Down

0 comments on commit 13871d5

Please sign in to comment.