| Index: test/serve/serves_index_html_for_directories_test.dart
|
| diff --git a/test/serve/serves_index_html_for_directories_test.dart b/test/serve/serves_index_html_for_directories_test.dart
|
| index 90c87e42f6c2b79e51eada315aef226478bbbf60..e000e1ec0312a82b1c9d66aaa91d491c356057e2 100644
|
| --- a/test/serve/serves_index_html_for_directories_test.dart
|
| +++ b/test/serve/serves_index_html_for_directories_test.dart
|
| @@ -20,7 +20,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - pubServe();
|
| + pubServe(shouldGetFirst: true);
|
| requestShouldSucceed("", "<body>super");
|
| requestShouldSucceed("sub/", "<body>sub");
|
| requestShouldRedirect("sub", "/sub/");
|
|
|