Skip to content

Commit cf59107

Browse files
committed
fix: default overwrite false test
1 parent b84db13 commit cf59107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/unraid-api/graph/resolvers/api-key/api-key.resolver.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ describe('ApiKeyResolver', () => {
9898
expect(apiKeyService.create).toHaveBeenCalledWith({
9999
name: input.name,
100100
description: input.description,
101+
overwrite: false,
101102
roles: input.roles,
102103
permissions: [],
103104
});

0 commit comments

Comments
 (0)