Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar committed Aug 28, 2024
1 parent 174c06d commit 28302ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ case class MockUserServiceBuilder() extends IdiomaticMockito {
SamUserAllowances(enabled = false, termsOfService = false)
)
mockUserService.getUserAttributes(any[WorkbenchUserId], any[SamRequestContext]) returns IO(None)

mockUserService.repairCloudAccess(any[WorkbenchUserId], any[SamRequestContext]) returns IO(())
}

private def makeUser(samUser: SamUser, mockUserService: UserService): Unit = {
Expand Down

0 comments on commit 28302ce

Please sign in to comment.