We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a2ee3 commit 7d14d42Copy full SHA for 7d14d42
test/e2e/e2e_test_set.dart
@@ -30,7 +30,7 @@ void testLocationIsSet(RoutingClient Function() client) {
30
test('Location is set', () async {
31
final r = await client()
32
.createNew('posts', attributes: {'title': 'Location test'});
33
- expect(r.httpResponse.headers['Location'], isNotEmpty);
+ expect(r.rawResponse.httpResponse.headers['Location'], isNotEmpty);
34
await client().deleteResource('posts', r.resource.id);
35
});
36
}
0 commit comments