File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ func TestIntegration(t *testing.T) {
80
80
"workspace.name" : `test-data-source` ,
81
81
"workspace.owner" : `testing` ,
82
82
"workspace.owner_email" : `testing@coder\.com` ,
83
- "workspace.owner_groups" : `\[\]` ,
83
+ "workspace.owner_groups" : `\[(\"Everyone\")? \]` ,
84
84
"workspace.owner_id" : `[a-zA-Z0-9]+` ,
85
85
"workspace.owner_name" : `default` ,
86
86
"workspace.owner_oidc_access_token" : `^$` , // TODO: need a test OIDC integration
@@ -105,7 +105,7 @@ func TestIntegration(t *testing.T) {
105
105
"workspace.name" : `` ,
106
106
"workspace.owner" : `testing` ,
107
107
"workspace.owner_email" : `testing@coder\.com` ,
108
- "workspace.owner_groups" : `\[\]` ,
108
+ "workspace.owner_groups" : `\[(\"Everyone\")? \]` ,
109
109
"workspace.owner_id" : `[a-zA-Z0-9]+` ,
110
110
"workspace.owner_name" : `default` ,
111
111
"workspace.owner_oidc_access_token" : `^$` , // TODO: need a test OIDC integration
You can’t perform that action at this time.
0 commit comments