@@ -14,9 +14,9 @@ beforeAll(async () => {
|
||||
};
|
||||
});
|
||||
|
||||
describe('DELETE scan (non-existant)', () => {
|
||||
describe('DELETE donation (non-existant)', () => {
|
||||
it('delete', async () => {
|
||||
const res = await axios.delete(base + '/api/scans/0', axios_config);
|
||||
const res = await axios.delete(base + '/api/donations/0', axios_config);
|
||||
expect(res.status).toEqual(204);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user