Skip to content

Commit

Permalink
test actorToken
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 committed Nov 14, 2024
1 parent d780c0b commit cf001bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public function serializes_as_expected(): void
$sut = new AccessForAllValidation(
$this->actorMatch,
$this->lpa,
'myActorToken'
);

$jsonString = '{
Expand Down Expand Up @@ -171,7 +172,8 @@ public function serializes_as_expected(): void
"uId": "700000000012"
},
"lpa-id": "700000000011",
"role": "attorney"
"role": "attorney",
"lpaActorToken": "myActorToken"
}';
$this->assertJsonStringEqualsJsonString($jsonString, json_encode($sut));
}
Expand Down

0 comments on commit cf001bc

Please sign in to comment.