Skip to content

Commit 047a0b5

Browse files
1yamMHHukiewitz
authored andcommitted
Fix: Remove HardCoded node for test
1 parent c71504b commit 047a0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def test_upload_with_message():
1818
content = b"Test pyaleph upload\n"
1919
file_hash = hashlib.sha256(content).hexdigest()
2020

21-
async with AuthenticatedAlephHttpClient(account=account, api_server="http://62.210.145.23:4024") as client:
21+
async with AuthenticatedAlephHttpClient(account=account, api_server=None) as client:
2222
message, status = await client.create_store(
2323
address=account.get_address(),
2424
file_content=content,

0 commit comments

Comments
 (0)