Don't attempt to resolve mainnet-beta in the test suite (#10328)

automerge
This commit is contained in:
Greg Fitzgerald 2020-05-29 18:35:07 -06:00 committed by GitHub
parent eb45aaa6c3
commit de5b21e444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3241,6 +3241,7 @@ mod tests {
// Success cases
let mut config = CliConfig::default();
config.rpc_client = Some(RpcClient::new_mock("succeeds".to_string()));
config.json_rpc_url = "http://127.0.0.1:8899".to_string();
let keypair = Keypair::new();
let pubkey = keypair.pubkey().to_string();