From b41639e1ea0ecb53d5c7226427949b1b64cc3b24 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 1 May 2020 17:02:05 +0300 Subject: [PATCH] Fixed tests --- .../Services/Health/HealthConsoleClientTest.php | 14 -------------- .../Services/Health/HealthCustomClientTest.php | 10 +++++----- .../Services/Health/HealthCustomServerTest.php | 15 --------------- 3 files changed, 5 insertions(+), 34 deletions(-) delete mode 100644 tests/e2e/Services/Health/HealthConsoleClientTest.php delete mode 100644 tests/e2e/Services/Health/HealthCustomServerTest.php diff --git a/tests/e2e/Services/Health/HealthConsoleClientTest.php b/tests/e2e/Services/Health/HealthConsoleClientTest.php deleted file mode 100644 index f52d51c7b..000000000 --- a/tests/e2e/Services/Health/HealthConsoleClientTest.php +++ /dev/null @@ -1,14 +0,0 @@ -assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -130,7 +130,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -151,7 +151,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -172,7 +172,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE @@ -193,7 +193,7 @@ class HealthCustomClientTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); $this->assertIsInt($response['body']['size']); - $this->assertLessThan(50, $response['body']['size']); + $this->assertLessThan(100, $response['body']['size']); /** * Test for FAILURE diff --git a/tests/e2e/Services/Health/HealthCustomServerTest.php b/tests/e2e/Services/Health/HealthCustomServerTest.php deleted file mode 100644 index 1cca1ed11..000000000 --- a/tests/e2e/Services/Health/HealthCustomServerTest.php +++ /dev/null @@ -1,15 +0,0 @@ -