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

@@ -63,6 +63,7 @@ describe('adding + getting from all orgs', () => {
"country": null,
"postalcode": null,
},
"registrationEnabled": false,
"teams": []
})
});
@@ -96,6 +97,7 @@ describe('adding + getting explicitly', () => {
"country": null,
"postalcode": null,
},
"registrationEnabled": false,
"teams": []
})
});