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
b007015eeb
commit
008d99c6ef
@ -339,7 +339,11 @@ describe('do not expose private RSA key', () => {
|
||||
}`, variables
|
||||
)
|
||||
}
|
||||
|
||||
describe('unauthenticated query of "publicKey"', () => {
|
||||
it('returns publicKey', () => {
|
||||
// check that an RSA key pair has been created at all
|
||||
})
|
||||
})
|
||||
describe('unauthenticated query of "privateKey"', () => {
|
||||
it('throws "Not Authorised!"', async () => {
|
||||
client = new GraphQLClient(host)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user