Updates old tests to the new ss-ktokens

ref #112
This commit is contained in:
2021-01-21 19:08:21 +01:00
parent 46f9503543
commit a9843ed459
5 changed files with 26 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ describe('adding + deletion (successfull)', () => {
"country": null,
"postalcode": null,
},
"registrationEnabled": false,
"teams": []
});
});
@@ -134,6 +135,7 @@ describe('adding + deletion with teams still existing (with force)', () => {
"country": null,
"postalcode": null,
},
"registrationEnabled": false,
});
});
it('check if org really was deleted', async () => {