Added user deletion tests
Some checks reported errors
continuous-integration/drone/pr Build was killed

ref #99
This commit is contained in:
2021-03-26 20:44:28 +01:00
parent 888cab5898
commit e6a8ebcb5b
2 changed files with 49 additions and 1 deletions

View File

@@ -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);