Skip to content

Commit

Permalink
fix download url test
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRochard committed Jan 28, 2019
1 parent 2764abf commit 4859518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_node_software/test_bitcoin_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_binary_directory(self, bitcoin_software: BitcoinSoftware):
def test_download_url(self, bitcoin_software: BitcoinSoftware):
url = bitcoin_software.download_url
if OPERATING_SYSTEM == WINDOWS:
assert url == 'https://bitcoincore.org/bin/bitcoin-core-0.17.0.1/bitcoin-0.17.0.1-win64.zip'
assert url == 'https://bitcoincore.org/bin/bitcoin-core-0.17.1/bitcoin-0.17.1-win64.zip'
assert url

@pytest.mark.slow
Expand Down

0 comments on commit 4859518

Please sign in to comment.