From bfdcaf2233ce3f136cef475c1d56077cb008c2c4 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 25 Mar 2018 22:59:34 +0300 Subject: [PATCH] Fix tests for applications managing API --- tests/codeception/api/functional/oauth/CreateClientCest.php | 1 - tests/codeception/api/functional/oauth/GetClientsCest.php | 1 - 2 files changed, 2 deletions(-) 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, ], ]);