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
Next Next commit
fix linting
Signed-off-by: Callum Styan <callumstyan@gmail.com>
  • Loading branch information
cstyan committed Jul 22, 2025
commit f6ae297c1f4f7303d24693c969dc4ab97dbf0b09
4 changes: 0 additions & 4 deletions coderd/files_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,9 @@ func TestPostFiles(t *testing.T) {
end.Done()
require.NoError(t, err)
}()

}
wg.Done()
end.Wait()

// _, err = client.Upload(ctx, codersdk.ContentTypeTar, bytes.NewReader(data))
// require.NoError(t, err)
})
}

Expand Down
Loading