Skip to content

Commit

Permalink
fix test name in invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
w0de committed Nov 16, 2023
1 parent 1d6fffa commit 6740260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_chrome_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func TestAccResourceChromePolicy_multiple(t *testing.T) {
),
},
{
Config: testAccResourceChromePolicy_multipleValues(ouName, true, "POLICY_MODE_RECOMMENDED"),
Config: testAccResourceChromePolicy_multipleValueTypes(ouName, true, "POLICY_MODE_RECOMMENDED"),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("googleworkspace_chrome_policy.test", "policies.#", "1"),
resource.TestCheckResourceAttr("googleworkspace_chrome_policy.test", "policies.0.schema_name", "chrome.users.DomainReliabilityAllowed"),
Expand Down

0 comments on commit 6740260

Please sign in to comment.