Skip to content

Commit 7d14d42

Browse files
committed
Add rawResponse
1 parent 62a2ee3 commit 7d14d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e_test_set.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void testLocationIsSet(RoutingClient Function() client) {
3030
test('Location is set', () async {
3131
final r = await client()
3232
.createNew('posts', attributes: {'title': 'Location test'});
33-
expect(r.httpResponse.headers['Location'], isNotEmpty);
33+
expect(r.rawResponse.httpResponse.headers['Location'], isNotEmpty);
3434
await client().deleteResource('posts', r.resource.id);
3535
});
3636
}

0 commit comments

Comments
 (0)