feat: add admin session api

This commit is contained in:
Lakhan Samani
2021-12-31 14:28:00 +05:30
parent e35d0cbcd6
commit 217410e9a4
10 changed files with 84 additions and 110 deletions

View File

@@ -43,6 +43,7 @@ func TestResolvers(t *testing.T) {
deleteUserTest(s, t)
updateUserTest(s, t)
aminLoginTests(s, t)
aminSessionTests(s, t)
})
}
}