Adjusted tests for the new responseType parameter (part 3)

ref #132
This commit is contained in:
2021-01-30 16:19:20 +01:00
parent ff8af090e3
commit 8dc2810c0c
7 changed files with 7 additions and 7 deletions

View File

@@ -323,7 +323,6 @@ describe('adding + updating distance donation valid', () => {
"amountPerDistance": 69,
"donor": added_donor.id
}, axios_config);
delete res.data.runner;
expect(res.status).toEqual(200);
expect(res.headers['content-type']).toContain("application/json");
expect(res.data.runner).toEqual(added_runner2);