Skip to content

Commit e7e17f4

Browse files
committed
fixup
1 parent 27f49c5 commit e7e17f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/integration_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func TestIntegration(t *testing.T) {
8080
"workspace.name": `test-data-source`,
8181
"workspace.owner": `testing`,
8282
"workspace.owner_email": `testing@coder\.com`,
83-
"workspace.owner_groups": `\[\]`,
83+
"workspace.owner_groups": `\[(\"Everyone\")?\]`,
8484
"workspace.owner_id": `[a-zA-Z0-9]+`,
8585
"workspace.owner_name": `default`,
8686
"workspace.owner_oidc_access_token": `^$`, // TODO: need a test OIDC integration
@@ -105,7 +105,7 @@ func TestIntegration(t *testing.T) {
105105
"workspace.name": ``,
106106
"workspace.owner": `testing`,
107107
"workspace.owner_email": `testing@coder\.com`,
108-
"workspace.owner_groups": `\[\]`,
108+
"workspace.owner_groups": `\[(\"Everyone\")?\]`,
109109
"workspace.owner_id": `[a-zA-Z0-9]+`,
110110
"workspace.owner_name": `default`,
111111
"workspace.owner_oidc_access_token": `^$`, // TODO: need a test OIDC integration

0 commit comments

Comments
 (0)