Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: test/serve/404_page_test.dart

Issue 1295803003: Upgrade to shelf 0.6.0. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pubspec.yaml ('k') | test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/404_page_test.dart
diff --git a/test/serve/404_page_test.dart b/test/serve/404_page_test.dart
index d7f1575b85cc49c6d73a9dcfd6717cfb68caa690..fe35fb38e82df1ab18650e316e66a248936d2ba6 100644
--- a/test/serve/404_page_test.dart
+++ b/test/serve/404_page_test.dart
@@ -40,7 +40,7 @@ main() {
expect(response.statusCode, equals(404));
// Should mention the asset that can't be found.
- expect(response.body, contains('"/packages"'));
+ expect(response.body, contains('"packages"'));
});
endPubServe();
« no previous file with comments | « pubspec.yaml ('k') | test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698