Index: test/serve/uses_appropriate_mime_types_test.dart |
diff --git a/test/serve/uses_appropriate_mime_types_test.dart b/test/serve/uses_appropriate_mime_types_test.dart |
index 534fe89107770350e1e2594fb773a2cd3df7284a..a2e9bb17ea7394fcf2af970ba3ab6c82322b4a15 100644 |
--- a/test/serve/uses_appropriate_mime_types_test.dart |
+++ b/test/serve/uses_appropriate_mime_types_test.dart |
@@ -22,7 +22,8 @@ main() { |
]) |
]).create(); |
- pubServe(shouldGetFirst: true); |
+ pubGet(); |
+ pubServe(); |
requestShouldSucceed("index.html", anything, |
headers: containsPair('content-type', 'text/html')); |
requestShouldSucceed("file.dart", anything, |