Skip to content

Commit 4e5ae9e

Browse files
authored
Merge branch 'main' into fix/preserve-extras-in-send-update
2 parents ecd1dd4 + 5cdfeb3 commit 4e5ae9e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/ably/rest/resthttp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async def test_add_request_ids(self):
212212
await ably.close()
213213

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

218218
ably = await TestApp.get_ably_rest(endpoint=url)

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)