From 635a299b43efc19b078336c9e59538e7c1b68d43 Mon Sep 17 00:00:00 2001 From: Junade Ali Date: Wed, 20 Sep 2017 14:55:44 +0100 Subject: [PATCH] COM-45 :: Update PageRule tests. --- tests/Endpoints/PageRulesTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Endpoints/PageRulesTest.php b/tests/Endpoints/PageRulesTest.php index 9054772..6009fa4 100644 --- a/tests/Endpoints/PageRulesTest.php +++ b/tests/Endpoints/PageRulesTest.php @@ -57,8 +57,8 @@ class PageRulesTest extends PHPUnit_Framework_TestCase $this->equalTo([ 'targets' => $target->getArray(), 'actions' => $action->getArray(), - 'active' => 'active', - 'priority' => '1' + 'status' => 'active', + 'priority' => 1 ]) ); @@ -217,8 +217,8 @@ class PageRulesTest extends PHPUnit_Framework_TestCase $this->equalTo([ 'targets' => $target->getArray(), 'actions' => $action->getArray(), - 'active' => 'active', - 'priority' => '1' + 'status' => 'active', + 'priority' => 1 ]) );