diff --git a/tests/codeception/api/functional/oauth/CreateClientCest.php b/tests/codeception/api/functional/oauth/CreateClientCest.php index 4f6cc99..665367f 100644 --- a/tests/codeception/api/functional/oauth/CreateClientCest.php +++ b/tests/codeception/api/functional/oauth/CreateClientCest.php @@ -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', ], ]); diff --git a/tests/codeception/api/functional/oauth/GetClientsCest.php b/tests/codeception/api/functional/oauth/GetClientsCest.php index 300d969..6e22dc6 100644 --- a/tests/codeception/api/functional/oauth/GetClientsCest.php +++ b/tests/codeception/api/functional/oauth/GetClientsCest.php @@ -68,7 +68,6 @@ class GetClientsCest { 'name' => 'Another test oauth client', 'websiteUrl' => '', 'minecraftServerIp' => '136.243.88.97:25565', - 'countUsers' => 0, 'createdAt' => 1519487472, ], ]);