We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9aaf4f commit e7f8484Copy full SHA for e7f8484
cmd/api/src/api/v2/collectors_test.go
@@ -293,8 +293,6 @@ func TestManagementResource_DownloadCollectorByVersion(t *testing.T) {
293
}
294
295
func TestManagementResource_DownloadCollectorChecksumByVersion(t *testing.T) {
296
- t.Parallel()
297
-
298
type expected struct {
299
responseBody string
300
responseCode int
@@ -437,7 +435,6 @@ func TestManagementResource_DownloadCollectorChecksumByVersion(t *testing.T) {
437
435
438
436
for _, testCase := range tt {
439
t.Run(testCase.name, func(t *testing.T) {
440
441
request := testCase.buildRequest()
442
testFile := testCase.createCollectorFile(t)
443
if testFile != nil {
0 commit comments