| Index: test/serve/supports_cross_origin_header_test.dart
|
| diff --git a/test/serve/supports_cross_origin_header_test.dart b/test/serve/supports_cross_origin_header_test.dart
|
| index 96a088824ee43e96921df1cceac712e7b8200a4b..fbe54d7f31f8887fce8458a5f598761c76f11568 100644
|
| --- a/test/serve/supports_cross_origin_header_test.dart
|
| +++ b/test/serve/supports_cross_origin_header_test.dart
|
| @@ -17,7 +17,7 @@ main() {
|
| d.dir("web", [d.file("index.html", "<body>")])
|
| ]).create();
|
|
|
| - pubServe();
|
| + pubServe(shouldGetFirst: true);
|
| requestShouldSucceed("index.html", "<body>",
|
| headers: containsPair("access-control-allow-origin", "*"));
|
| endPubServe();
|
|
|