Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 27f49c5

Browse files
ethanndicksonmatifali
authored andcommittedSep 6, 2024·
fix: optional everyone group in integration test (#278)
1 parent f3cbcd8 commit 27f49c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎integration/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func TestIntegration(t *testing.T) {
117117
"workspace.transition": `start`,
118118
"workspace_owner.email": `testing@coder\.com`,
119119
"workspace_owner.full_name": `default`,
120-
"workspace_owner.groups": `\[\]`,
120+
"workspace_owner.groups": `\[(\"Everyone\")?\]`,
121121
"workspace_owner.id": `[a-zA-Z0-9-]+`,
122122
"workspace_owner.name": `testing`,
123123
"workspace_owner.oidc_access_token": `^$`, // TODO: test OIDC integration

0 commit comments

Comments
 (0)
Please sign in to comment.