Skip to content

Commit b9f3475

Browse files
committed
test(policy): align runtime source assertions with decoded accessor
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent deb5c12 commit b9f3475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Service/Policy/Runtime/PolicySourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function testSaveGroupPolicyCreatesPermissionSetAndBinding(): void {
285285
'visibleToChild' => true,
286286
'allowedValues' => ['ordered_numeric'],
287287
],
288-
], $permissionSet->getPolicyJson());
288+
], $permissionSet->getDecodedPolicyJson());
289289
return true;
290290
}))
291291
->willReturnCallback(static function (PermissionSet $permissionSet): PermissionSet {

0 commit comments

Comments
 (0)