mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
[PM-12406] PR comments fixes
This commit is contained in:
parent
6159089c0f
commit
c5eac9bf65
2 changed files with 3 additions and 2 deletions
|
@ -1073,7 +1073,7 @@ Do you want to switch to this account?</string>
|
||||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||||
<string name="got_it">Got it</string>
|
<string name="got_it">Got it</string>
|
||||||
<string name="no_logins_were_imported">No logins were imported</string>
|
<string name="no_logins_were_imported">No logins were imported</string>
|
||||||
<string name="verified_sso_domain_verified">Verified Sso Domain Endpoint</string>
|
<string name="verified_sso_domain_verified">Verified SSO Domain Endpoint</string>
|
||||||
<string name="logins_imported">Logins imported</string>
|
<string name="logins_imported">Logins imported</string>
|
||||||
<string name="remember_to_delete_your_imported_password_file_from_your_computer">Remember to delete your imported password file from your computer</string>
|
<string name="remember_to_delete_your_imported_password_file_from_your_computer">Remember to delete your imported password file from your computer</string>
|
||||||
<string name="type_ssh_key">SSH key</string>
|
<string name="type_ssh_key">SSH key</string>
|
||||||
|
|
|
@ -114,7 +114,8 @@ class OrganizationServiceTest : BaseServiceTest() {
|
||||||
|
|
||||||
@Suppress("MaxLineLength")
|
@Suppress("MaxLineLength")
|
||||||
@Test
|
@Test
|
||||||
fun `getVerifiedOrganizationDomainSsoDetails when response is success should return valid response`() = runTest {
|
fun `getVerifiedOrganizationDomainSsoDetails when response is success should return valid response`()
|
||||||
|
= runTest {
|
||||||
server.enqueue(
|
server.enqueue(
|
||||||
MockResponse()
|
MockResponse()
|
||||||
.setResponseCode(200)
|
.setResponseCode(200)
|
||||||
|
|
Loading…
Reference in a new issue