Index: test/serve/serves_file_with_space_test.dart |
diff --git a/test/serve/serves_file_with_space_test.dart b/test/serve/serves_file_with_space_test.dart |
index b65ce8a38047152fae819b519240bbd90a5e3dcd..abc4e04a61f878e7b77e1ffaa7952b04229f7157 100644 |
--- a/test/serve/serves_file_with_space_test.dart |
+++ b/test/serve/serves_file_with_space_test.dart |
@@ -20,7 +20,7 @@ main() { |
]) |
]).create(); |
- pubServe(); |
+ pubServe(shouldGetFirst: true); |
requestShouldSucceed("foo%20bar.txt", "outer contents"); |
requestShouldSucceed("sub%20dir/inner.txt", "inner contents"); |
endPubServe(); |