Skip to content

Commit

Permalink
chore(jans-cedarling): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: rmarinn <[email protected]>
  • Loading branch information
rmarinn committed Jan 24, 2025
1 parent 3eae8dc commit 7599ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jans-cedarling/cedarling/src/tests/mapping_entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ async fn test_failed_user_mapping() {
let result = cedarling
.authorize(request)
.await
.expect("request should be parsed succesfully");
.expect("request should be parsed successfully");
assert_eq!(result.decision, false, "decision should be deny");

let err = result
.reason_input
.as_ref()
Expand Down

0 comments on commit 7599ac7

Please sign in to comment.