Fix tests for applications managing API

This commit is contained in:
ErickSkrauch 2018-03-25 22:59:34 +03:00
parent 4ee8544355
commit bfdcaf2233
2 changed files with 0 additions and 2 deletions

View File

@ -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',
],
]);

View File

@ -68,7 +68,6 @@ class GetClientsCest {
'name' => 'Another test oauth client',
'websiteUrl' => '',
'minecraftServerIp' => '136.243.88.97:25565',
'countUsers' => 0,
'createdAt' => 1519487472,
],
]);