We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099f383 commit 57318b2Copy full SHA for 57318b2
1 file changed
tests/Endpoints/UARulesTest.php
@@ -86,7 +86,7 @@ public function getRuleDetails()
86
$result = $lockdown->getRuleDetails('023e105f4ecef8ad9ca31a8372d0c353', '372e67954025e0ba6aaa6d586b9e0b59');
87
88
$this->assertEquals('372e67954025e0ba6aaa6d586b9e0b59', $result->id);
89
- $this->assertEquals('372e67954025e0ba6aaa6d586b9e0b59', $rules->getBody()->result->id);
+ $this->assertEquals('372e67954025e0ba6aaa6d586b9e0b59', $lockdown->getBody()->result->id);
90
}
91
92
public function testUpdateRule()
0 commit comments