Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/ably/rest/resthttp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def test_add_request_ids(self):
await ably.close()

async def test_request_over_http2(self):
url = 'https://www.example.com'
url = 'https://www.google.com'
respx.get(url).mock(return_value=Response(status_code=200))

ably = await TestApp.get_ably_rest(endpoint=url)
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading