Skip to content

Commit

Permalink
fixup! test_helper_url_test_network
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 27, 2024
1 parent b27c2dd commit 5dc7bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/soroban-cli/src/config/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
})
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 5dc7bbf

Please sign in to comment.