Chromium Code Reviews| Index: test/serve/invalid_method_test.dart |
| diff --git a/test/serve/invalid_method_test.dart b/test/serve/invalid_method_test.dart |
| index 95a8eafc0d2f8296e98608a2c5ddb204fb5bd710..f384c9738af31bf9b835730adbf1cc8831fbbc9d 100644 |
| --- a/test/serve/invalid_method_test.dart |
| +++ b/test/serve/invalid_method_test.dart |
| @@ -17,7 +17,7 @@ main() { |
| ]) |
| ]).create(); |
| - pubServe(); |
| + pubServe(shouldGetFirst: true); |
| postShould405("index.html"); |
| endPubServe(); |