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 74531b0 commit 54bb19aCopy full SHA for 54bb19a
pkg/pub_integration/test/exported_bucket_test.dart
@@ -39,11 +39,6 @@ void main() {
39
...rq.requestedUri.pathSegments
40
]);
41
42
- // archive files are served from the storage bucket directly
43
- if (rq.requestedUri.path.endsWith('tar.gz')) {
44
- return shelf.Response.seeOther(proxyUri);
45
- }
46
-
47
// other requests are proxied
48
final rs = await http.get(proxyUri);
49
0 commit comments