Thanks to visit codestin.com Credit goes to github.com
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 286841d commit 5f660a0Copy full SHA for 5f660a0
integration/integration_test.go
@@ -103,7 +103,7 @@ func TestIntegration(t *testing.T) {
103
"workspace.transition": `start`,
104
"workspace_owner.email": `testing@coder\.com`,
105
"workspace_owner.full_name": `default`,
106
- "workspace_owner.groups": `\[\]`,
+ "workspace_owner.groups": `\[(\"Everyone\")?\]`,
107
"workspace_owner.id": `[a-zA-Z0-9-]+`,
108
"workspace_owner.name": `testing`,
109
"workspace_owner.oidc_access_token": `^$`, // TODO: test OIDC integration
0 commit comments