Skip to content

Commit

Permalink
feat: add proxy URL and need auth indication to custom server dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jan 26, 2024
1 parent affdf27 commit d93a4ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class UpdateApiVersionUseCaseTest {
advanceUntilIdle()
}

assertEquals(1, arrangement.serverConfigProviderCalledCount)
verify(arrangement.tokenStorage)
.suspendFunction(arrangement.tokenStorage::proxyCredentials)
.with(any<UserIDEntity>())
Expand Down Expand Up @@ -214,6 +215,7 @@ class UpdateApiVersionUseCaseTest {
advanceUntilIdle()
}

assertEquals(2, arrangement.serverConfigProviderCalledCount)
verify(arrangement.tokenStorage)
.suspendFunction(arrangement.tokenStorage::proxyCredentials)
.with(eq(userId2.toDao()))
Expand Down

0 comments on commit d93a4ab

Please sign in to comment.