Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanndickson committed Sep 5, 2024
1 parent dcac3db commit 6e8c7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestIntegration(t *testing.T) {
},
{
name: "workspace-owner",
minVersion: "v2.12.0",
minVersion: "v2.13.0",
expectedOutput: map[string]string{
"provisioner.arch": runtime.GOARCH,
"provisioner.id": `[a-zA-Z0-9-]+`,
Expand All @@ -103,7 +103,7 @@ func TestIntegration(t *testing.T) {
"workspace.transition": `start`,
"workspace_owner.email": `testing@coder\.com`,
"workspace_owner.full_name": `default`,
"workspace_owner.groups": `\[\]`,
"workspace_owner.groups": `\[\"Everyone\"\]`,
"workspace_owner.id": `[a-zA-Z0-9-]+`,
"workspace_owner.name": `testing`,
"workspace_owner.oidc_access_token": `^$`, // TODO: test OIDC integration
Expand Down

0 comments on commit 6e8c7db

Please sign in to comment.