fix security endpoint

This commit is contained in:
Michael
2019-05-25 22:58:10 -05:00
parent 598ba5c1d1
commit bd10d7f833

View File

@@ -69,7 +69,7 @@ class FirewallSettingsTest extends TestCase
$mock->expects($this->once()) $mock->expects($this->once())
->method('patch') ->method('patch')
->with( ->with(
$this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41/settings/opportunistic_encryption'), $this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41/settings/security_level'),
$this->equalTo(['value' => 'medium']) $this->equalTo(['value' => 'medium'])
); );