Skip to content

Commit 09914f9

Browse files
committed
fixup! fix(enterprise/coderd): make primary workspace proxy always be updatd now
1 parent 04f8b42 commit 09914f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enterprise/coderd/workspaceproxy_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ func TestRegions(t *testing.T) {
170170
<-time.After(testutil.WaitShort / 10)
171171
require.WithinDuration(t, approxCreateTime, proxy.CreatedAt, testutil.WaitShort/10)
172172
require.WithinDuration(t, approxCreateTime, proxy.UpdatedAt, testutil.WaitShort/10)
173-
174173
})
175174

176175
t.Run("RequireAuth", func(t *testing.T) {

0 commit comments

Comments
 (0)