Test API key creation with custom key

This commit is contained in:
Alejandro Celaya
2023-09-19 10:14:04 +02:00
parent 65a0a90a51
commit f6b1cc7556
7 changed files with 51 additions and 35 deletions

View File

@@ -21,8 +21,8 @@ return [
Command\Visit\DeleteOrphanVisitsCommand::NAME => Command\Visit\DeleteOrphanVisitsCommand::class,
Command\Visit\GetNonOrphanVisitsCommand::NAME => Command\Visit\GetNonOrphanVisitsCommand::class,
Command\Api\GenerateKeyCommand::NAME => Command\Api\GenerateKeyCommand::class,
Command\Api\GenerateKeyCommand::ALIAS => Command\Api\GenerateKeyCommand::class,
Command\Api\CreateKeyCommand::NAME => Command\Api\CreateKeyCommand::class,
Command\Api\CreateKeyCommand::ALIAS => Command\Api\CreateKeyCommand::class,
Command\Api\DisableKeyCommand::NAME => Command\Api\DisableKeyCommand::class,
Command\Api\ListKeysCommand::NAME => Command\Api\ListKeysCommand::class,