Skip to content

Commit

Permalink
fix unused fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Nov 4, 2024
1 parent e8137fa commit 3fb2a0e
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -45,7 +45,7 @@


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

# Stake with recall nonce
Expand Down

0 comments on commit 3fb2a0e

Please sign in to comment.