diff --git a/cmd/soroban-cli/src/config/network.rs b/cmd/soroban-cli/src/config/network.rs index 6fee02ac9..b6f6d8c1d 100644 --- a/cmd/soroban-cli/src/config/network.rs +++ b/cmd/soroban-cli/src/config/network.rs @@ -226,7 +226,7 @@ mod tests { "id": id, "result": { "friendbotUrl": "https://friendbot.stellar.org/", - "passphrase": "Public Global Stellar Network ; September 2015", + "passphrase": passphrase::TESTNET.to_string(), "protocolVersion": 21 } }) @@ -259,7 +259,7 @@ mod tests { "id": id, "result": { "friendbotUrl": "https://friendbot.stellar.org/secret?api_key=123456&user=demo", - "passphrase": "Public Global Stellar Network ; September 2015", + "passphrase": passphrase::TESTNET.to_string(), "protocolVersion": 21 } }).to_string().into()