Skip to content

Commit

Permalink
Update AppServiceInterpSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettn4 committed Dec 26, 2024
1 parent 53d2399 commit a0f5a16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ class AppServiceInterpTest extends AnyFlatSpec with AppServiceInterpSpec with Le
val mockAuthProvider = mock[LeoAuthProvider[IO]]
when(mockAuthProvider.hasPermission(any, any, any)(any, any)).thenReturn(IO.pure(true))
when(mockAuthProvider.lookupOriginatingUserEmail(any)(any)).thenReturn(IO.pure(userInfo.userEmail))
when(mockAuthProvider.getLeoAuthToken).thenReturn(IO.pure(""))
val publisherQueue = QueueFactory.makePublisherQueue()
val mockSamService = mock[SamService[IO]]
when(mockSamService.createResource(any, any, any, any, any)(any)).thenReturn(IO.unit)
Expand Down

0 comments on commit a0f5a16

Please sign in to comment.