Skip to content

Commit

Permalink
fix: Test flake for resolving instance identity auth (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Mar 8, 2022
1 parent 18c929c commit e1205a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coderd/workspaceresourceauth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ func TestPostWorkspaceAuthGoogleInstanceIdentity(t *testing.T) {
user := coderdtest.CreateFirstUser(t, client)
coderdtest.NewProvisionerDaemon(t, client)
version := coderdtest.CreateProjectVersion(t, client, user.OrganizationID, &echo.Responses{
Parse: echo.ParseComplete,
Parse: echo.ParseComplete,
ProvisionDryRun: echo.ProvisionComplete,
Provision: []*proto.Provision_Response{{
Type: &proto.Provision_Response_Complete{
Complete: &proto.Provision_Complete{
Expand Down

0 comments on commit e1205a0

Please sign in to comment.