Updated on 2026-08-14
This commit is contained in:
parent
d2fd1c94b2
commit
e156fd3ce1
21 changed files with 178 additions and 83 deletions
|
|
@ -171,7 +171,7 @@ internal class ProdApiConfigsManagerTest {
|
|||
expected = ApiEnvironmentConfig(
|
||||
environment = environment,
|
||||
baseUrl = when (environment) {
|
||||
ApiEnvironment.PROD -> "https://authentication.tangem.org/"
|
||||
ApiEnvironment.PROD -> "https://api.tangem.org/"
|
||||
else -> "[REDACTED_ENV_URL]"
|
||||
},
|
||||
headers = emptyMap(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue