test: Removed deprecated Urls (PinningTests).

This commit is contained in:
Neil Marietta
2023-01-03 10:45:23 +01:00
parent 215a57747c
commit f7bca86c70
@@ -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")