mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: default overwrite false test
This commit is contained in:
@@ -98,6 +98,7 @@ describe('ApiKeyResolver', () => {
|
|||||||
expect(apiKeyService.create).toHaveBeenCalledWith({
|
expect(apiKeyService.create).toHaveBeenCalledWith({
|
||||||
name: input.name,
|
name: input.name,
|
||||||
description: input.description,
|
description: input.description,
|
||||||
|
overwrite: false,
|
||||||
roles: input.roles,
|
roles: input.roles,
|
||||||
permissions: [],
|
permissions: [],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user