Skip to content

Commit

Permalink
fix CI tests and remove docker naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Nov 4, 2024
1 parent 7bdab1a commit 343ba6b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/tests/test_cli_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def poll_endpoint():

@pytest.mark.require_localnet
def test_stake(poll_endpoint):
validators_json = testdata_path / "validators_docker.json"
validators_json = testdata_path / "validators_ci.json"

# Stake with recall nonce
return_code = main([
Expand Down
13 changes: 13 additions & 0 deletions multiversx_sdk_cli/tests/testdata/validators_ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"validators": [
{
"pemFile": "~/work/mx-sdk-py-cli/mx-sdk-py-cli/localnet/validator00/validatorKey00.pem"
},
{
"pemFile": "~/work/mx-sdk-py-cli/mx-sdk-py-cli/localnet/validator01/validatorKey01.pem"
},
{
"pemFile": "~/work/mx-sdk-py-cli/mx-sdk-py-cli/localnet/validator02/validatorKey02.pem"
}
]
}
13 changes: 0 additions & 13 deletions multiversx_sdk_cli/tests/testdata/validators_docker.json

This file was deleted.

0 comments on commit 343ba6b

Please sign in to comment.