mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update backend/src/resolvers/user_management.spec.js
Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
This commit is contained in:
parent
828ca50f19
commit
e5e1f0a9fc
@ -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 () => {
|
it('returns publicKey', async () => {
|
||||||
const queryUserPuplicKey = gql`
|
const queryUserPuplicKey = gql`
|
||||||
query($queriedUserSlug: String) {
|
query($queriedUserSlug: String) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user