We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0a16bda commit329aa45Copy full SHA for 329aa45
enterprise/coderd/workspaces_test.go
@@ -697,7 +697,7 @@ func TestWorkspaceAutobuild(t *testing.T) {
697
cwr.AutostartSchedule=ptr.Ref(sched.String())
698
})
699
coderdtest.AwaitWorkspaceBuildJobCompleted(t,client,ws.LatestBuild.ID)
700
-coderdtest.MustTransitionWorkspace(t,client,ws.ID,database.WorkspaceTransitionStart,database.WorkspaceTransitionStop)
+ws=coderdtest.MustTransitionWorkspace(t,client,ws.ID,database.WorkspaceTransitionStart,database.WorkspaceTransitionStop)
701
702
// Assert that autostart works when the workspace isn't dormant..
703
tickCh<-sched.Next(ws.LatestBuild.CreatedAt)