Update backend/src/resolvers/user_management.spec.js

Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
This commit is contained in:
Robert Schäfer 2019-04-12 16:51:41 +02:00 committed by GitHub
parent 828ca50f19
commit e5e1f0a9fc

View File

@ -370,7 +370,7 @@ describe('unauthenticated query of "publicKey"', () => {
})
})
describe('authenticated query of "publicKey". To asure generation of "privateKey" is garanteed', () => {
describe('unauthenticated query of "publicKey" (does the RSA key pair get generated at all?)', () => {
it('returns publicKey', async () => {
const queryUserPuplicKey = gql`
query($queriedUserSlug: String) {