From 6a76dde2f5a325e422ca92a44990766480796c8a Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Mon, 21 Jul 2025 17:45:40 +0200 Subject: [PATCH] test: Delete unused test response We don't appear to use this test response anywhere. `tests/integration/_responses/debug_files/get-chunk-upload.json` is used instead for both debug file and Proguard tests. --- .../_responses/upload_proguard/get-chunk-upload.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/integration/_responses/upload_proguard/get-chunk-upload.json diff --git a/tests/integration/_responses/upload_proguard/get-chunk-upload.json b/tests/integration/_responses/upload_proguard/get-chunk-upload.json deleted file mode 100644 index 01fc9f7205..0000000000 --- a/tests/integration/_responses/upload_proguard/get-chunk-upload.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "url": "organizations/wat-org/chunk-upload/", - "chunkSize": 8388608, - "chunksPerRequest": 64, - "maxFileSize": 2147483648, - "maxRequestSize": 33554432, - "concurrency": 8, - "hashAlgorithm": "sha1", - "compression": ["gzip"], - "accept": ["debug_files", "release_files", "pdbs", "portablepdbs", "sources", "bcsymbolmaps","proguard"] -}