[PM-12406] PR comments fixes

This commit is contained in:
André Bispo 2024-10-30 17:59:20 +00:00
parent 6159089c0f
commit c5eac9bf65
No known key found for this signature in database
GPG key ID: E5610EF043C76548
2 changed files with 3 additions and 2 deletions

View file

@ -1073,7 +1073,7 @@ Do you want to switch to this account?</string>
<string name="bitwarden_tools">Bitwarden Tools</string>
<string name="got_it">Got it</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="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>

View file

@ -114,7 +114,8 @@ class OrganizationServiceTest : BaseServiceTest() {
@Suppress("MaxLineLength")
@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(
MockResponse()
.setResponseCode(200)