Index: test/barback/directory_args_test.dart |
diff --git a/test/barback/directory_args_test.dart b/test/barback/directory_args_test.dart |
index 4a0c12d6fddd55586d315802a07a25edb2c2aa60..64e8b8660fe830f85d2c386933d3c6e252df81b6 100644 |
--- a/test/barback/directory_args_test.dart |
+++ b/test/barback/directory_args_test.dart |
@@ -38,7 +38,7 @@ main() { |
}); |
integration("serves only the given directories", () { |
- pubServe(args: ["foo", "bar"]); |
+ pubServe(args: ["foo", "bar"], shouldGetFirst: true); |
requestShouldSucceed("file.txt", "bar", root: "bar"); |
requestShouldSucceed("file.txt", "foo", root: "foo"); |