Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Apr 8, 2024
1 parent 65cf8b8 commit 129e3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiversx_sdk_cli/tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def test_get_transaction():
"tx",
"get",
"--proxy",
"https://testnet-api.multiversx.com",
"https://devnet-api.multiversx.com",
"--hash",
"bf63fdd7d74cbc78f1ec0fbad05f156984a5c995b782e1947352210dd80c5164",
"06f381ee88ed27ba08a35f995f17dceb737e1a99c5c4da0c247bbe7aa1d18551",
]
)
assert False if result else True

0 comments on commit 129e3c7

Please sign in to comment.