Adjusted test for the new response depth
continuous-integration/drone/pr Build is passing Details

ref #140
This commit is contained in:
Nicolai Ort 2021-02-08 16:51:09 +01:00
parent 906a1dc9e7
commit 90e1ad7db7
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ describe('GET /api/teams/:id/runners after adding', () => {
const res = await axios.get(base + '/api/teams/' + added_team.id + "/runners", axios_config);
expect(res.status).toEqual(200);
expect(res.headers['content-type']).toContain("application/json");
delete added_runner.group.parentGroup;
expect(res.data).toContainEqual(added_runner);
});
});