We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71504b commit 047a0b5Copy full SHA for 047a0b5
tests/unit/test_upload.py
@@ -18,7 +18,7 @@ async def test_upload_with_message():
18
content = b"Test pyaleph upload\n"
19
file_hash = hashlib.sha256(content).hexdigest()
20
21
- async with AuthenticatedAlephHttpClient(account=account, api_server="http://62.210.145.23:4024") as client:
+ async with AuthenticatedAlephHttpClient(account=account, api_server=None) as client:
22
message, status = await client.create_store(
23
address=account.get_address(),
24
file_content=content,
0 commit comments