We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cbcd8 commit 27f49c5Copy full SHA for 27f49c5
integration/integration_test.go
@@ -117,7 +117,7 @@ func TestIntegration(t *testing.T) {
117
"workspace.transition": `start`,
118
"workspace_owner.email": `testing@coder\.com`,
119
"workspace_owner.full_name": `default`,
120
- "workspace_owner.groups": `\[\]`,
+ "workspace_owner.groups": `\[(\"Everyone\")?\]`,
121
"workspace_owner.id": `[a-zA-Z0-9-]+`,
122
"workspace_owner.name": `testing`,
123
"workspace_owner.oidc_access_token": `^$`, // TODO: test OIDC integration
0 commit comments