mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 22:00:06 +05:30
Fix tests for applications managing API
This commit is contained in:
parent
4ee8544355
commit
bfdcaf2233
@ -81,7 +81,6 @@ class CreateClientCest {
|
||||
'clientId' => 'my-amazing-server',
|
||||
'name' => 'My amazing server',
|
||||
'websiteUrl' => 'http://some-site.com',
|
||||
'countUsers' => 0,
|
||||
'minecraftServerIp' => 'hypixel.com:25565',
|
||||
],
|
||||
]);
|
||||
|
@ -68,7 +68,6 @@ class GetClientsCest {
|
||||
'name' => 'Another test oauth client',
|
||||
'websiteUrl' => '',
|
||||
'minecraftServerIp' => '136.243.88.97:25565',
|
||||
'countUsers' => 0,
|
||||
'createdAt' => 1519487472,
|
||||
],
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user