From bd10d7f833ae2e902913bfb0a9f547b255c191d6 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 May 2019 22:58:10 -0500 Subject: [PATCH] fix security endpoint --- tests/Endpoints/FirewallSettingsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Endpoints/FirewallSettingsTest.php b/tests/Endpoints/FirewallSettingsTest.php index fc99562..b8bc289 100644 --- a/tests/Endpoints/FirewallSettingsTest.php +++ b/tests/Endpoints/FirewallSettingsTest.php @@ -69,7 +69,7 @@ class FirewallSettingsTest extends TestCase $mock->expects($this->once()) ->method('patch') ->with( - $this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41/settings/opportunistic_encryption'), + $this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41/settings/security_level'), $this->equalTo(['value' => 'medium']) );