Skip to content

Commit 5cdfeb3

Browse files
authored
Merge pull request #669 from ably/test-ci
fix: broken test for http2 support
2 parents 324a9f6 + b16780d commit 5cdfeb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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)