Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix unit test from merge
  • Loading branch information
Emyrk committed Mar 27, 2023
commit b11fea2fd1a4892a64e36afb5f69ff16464f0da8
3 changes: 1 addition & 2 deletions enterprise/coderd/templates_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -980,8 +980,7 @@ func TestReadFileWithTemplateUpdate(t *testing.T) {
t.Parallel()
t.Run("HasTemplateUpdate", func(t *testing.T) {
t.Parallel()
ctx, cancel := testutil.Context(t)
defer cancel()
ctx := testutil.Context(t, testutil.WaitMedium)

// Upload a file
client := coderdenttest.New(t, nil)
Expand Down