feat: add admin logout

This commit is contained in:
Lakhan Samani
2021-12-31 23:06:06 +05:30
parent 192070c18e
commit 152ab6dfd5
7 changed files with 111 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ func TestResolvers(t *testing.T) {
deleteUserTest(s, t)
updateUserTest(s, t)
adminLoginTests(s, t)
adminLogoutTests(s, t)
adminSessionTests(s, t)
updateConfigTests(s, t)
configTests(s, t)