Skip to content

Commit 64be8c9

Browse files
committed
fix: coderd workspace tests
1 parent 384873a commit 64be8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/workspacebuilds_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,7 @@ func TestWorkspaceBuildTimings(t *testing.T) {
13601360
})
13611361

13621362
// Then: return a response with empty agent script timings
1363+
// trigger build
13631364
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
13641365
t.Cleanup(cancel)
13651366
res, err := client.WorkspaceBuildTimings(ctx, build.ID)

0 commit comments

Comments
 (0)