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({
|
||||
name: input.name,
|
||||
description: input.description,
|
||||
overwrite: false,
|
||||
roles: input.roles,
|
||||
permissions: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user