From 818e6e4505f5fec4b5d1c99a1812d85fc8f3ad84 Mon Sep 17 00:00:00 2001 From: "Benedict E. Pranata" Date: Tue, 23 Jul 2019 15:07:58 +0700 Subject: [PATCH] Update method testDeleteTest --- tests/Endpoints/ZonesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Endpoints/ZonesTest.php b/tests/Endpoints/ZonesTest.php index 7db28ea..6468d37 100644 --- a/tests/Endpoints/ZonesTest.php +++ b/tests/Endpoints/ZonesTest.php @@ -265,7 +265,7 @@ class ZonesTest extends TestCase public function testDeleteTest() { - $response = $this->getPsr7JsonResponseForFixture('Endpoints/deleteTest.json'); + $response = $this->getPsr7JsonResponseForFixture('Endpoints/deleteZoneTest.json'); $mock = $this->getMockBuilder(\Cloudflare\API\Adapter\Adapter::class)->getMock(); $mock->method('delete')->willReturn($response);