feat: add tests for revoke and enable access

This commit is contained in:
Lakhan Samani
2022-03-24 21:50:39 +05:30
parent 7a18fc6312
commit 003cec4f48
3 changed files with 113 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ func TestResolvers(t *testing.T) {
adminSessionTests(t, s)
updateEnvTests(t, s)
envTests(t, s)
revokeAccessTest(t, s)
enableAccessTest(t, s)
generateJWTkeyTest(t, s)
// user tests