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

@@ -72,7 +72,7 @@ describe('adding + getting scans', () => {
expect(res.status).toEqual(200);
expect(res.headers['content-type']).toContain("application/json");
added_scan.runner.distance = 0;
added_scan.runner.group = added_org;
delete added_scan.runner.group;
expect(res.data).toContainEqual(added_scan);
});
});