Skip to content

fix: derive running ws stop time from deadline #1920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 31, 2022
Prev Previous commit
Next Next commit
fixup! Merge origin/main
  • Loading branch information
greyscaled committed May 31, 2022
commit 5e6472d6da45b7ecc27d5ff1a620f458f61c6c7e
5 changes: 1 addition & 4 deletions site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,7 @@ export const MockStartingWorkspace: TypesGen.Workspace = {
...MockWorkspace,
latest_build: {
...MockWorkspaceBuild,
job: {
...MockProvisionerJob,
status: "succeeded",
},
job: MockRunningProvisionerJob,
transition: "start",
},
}
Expand Down