From 5dc7bbf4bc944624fb784fa29feb06c2a46010b8 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Fri, 27 Sep 2024 22:40:21 +0800 Subject: [PATCH] fixup! test_helper_url_test_network --- cmd/soroban-cli/src/config/network.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()