mirror of
https://github.com/ProtonMail/protoncore_android.git
synced 2026-06-14 09:54:49 +00:00
test: Removed deprecated Urls (PinningTests).
This commit is contained in:
@@ -182,11 +182,6 @@ internal class PinningTests {
|
||||
assertSuccess(baseApiUrl = "https://api.protonvpn.ch")
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `calling verify protonmail com, success`() = runTest {
|
||||
assertSuccess(baseApiUrl = "https://verify.protonmail.com")
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `calling verify protonvpn com, success`() = runTest {
|
||||
assertSuccess(baseApiUrl = "https://verify.protonvpn.com")
|
||||
@@ -197,11 +192,6 @@ internal class PinningTests {
|
||||
assertSuccess(baseApiUrl = "https://verify.proton.me")
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `calling verify api protonmail com, success`() = runTest {
|
||||
assertSuccess(baseApiUrl = "https://verify-api.protonmail.com")
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `calling verify api protonvpn com, success`() = runTest {
|
||||
assertSuccess(baseApiUrl = "https://verify-api.protonvpn.com")
|
||||
|
||||
Reference in New Issue
Block a user