Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlecrunch committed Sep 12, 2024
1 parent 16d6aa7 commit 4416994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class KeyOperationSpec
_: Seq[(String, String)],
_: ExecutionContext
))
.expects(selfcareId, consumerId, userId.some, Seq(SECURITY_ROLE, ADMIN_ROLE), *, *)
.expects(selfcareId, userId, userId.some, Seq(SECURITY_ROLE, ADMIN_ROLE), *, *)
.once()
.returns(Future.successful(results))

Expand Down

0 comments on commit 4416994

Please sign in to comment.