Skip to content

Commit

Permalink
fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Dec 12, 2024
1 parent 9fd889b commit 697cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/credential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestUcAccCredential(t *testing.T) {
comment = "Managed by TF"
}`,
})
} else if isGcp(t) {
} else if IsGcp(t) {
UnityWorkspaceLevel(t, Step{
// TODO: update purpose to SERVICE when it's released
Template: `
Expand Down

0 comments on commit 697cf3a

Please sign in to comment.