| Index: pkg/shelf/test/shelf_io_test.dart
|
| diff --git a/pkg/shelf/test/shelf_io_test.dart b/pkg/shelf/test/shelf_io_test.dart
|
| index 67cc708c0c3e6f491fef32eca8749e765161857f..bdece66973838198312f835b312828e4d00d1209 100644
|
| --- a/pkg/shelf/test/shelf_io_test.dart
|
| +++ b/pkg/shelf/test/shelf_io_test.dart
|
| @@ -75,7 +75,7 @@ void main() {
|
| });
|
|
|
| test('Request is populated correctly', () {
|
| - var path = '/foo/bar?qs=value#anchor';
|
| + var path = '/foo/bar?qs=value';
|
|
|
| _scheduleServer((request) {
|
| expect(request.contentLength, 0);
|
|
|