Added user deletion tests
Some checks reported errors
continuous-integration/drone/pr Build was killed
Some checks reported errors
continuous-integration/drone/pr Build was killed
ref #99
This commit is contained in:
@@ -16,7 +16,7 @@ beforeAll(async () => {
|
||||
});
|
||||
|
||||
// ---------------
|
||||
describe('adding + deletion (non-existant)', () => {
|
||||
describe('deletion (non-existant)', () => {
|
||||
it('delete', async () => {
|
||||
const res2 = await axios.delete(base + '/api/organizations/0', axios_config);
|
||||
expect(res2.status).toEqual(204);
|
||||
|
||||
Reference in New Issue
Block a user