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 eb07ef3 commit 176c3fdCopy full SHA for 176c3fd
test/test_http_get_collect.py
@@ -7,7 +7,7 @@ def test_http_get_returns_id(sess):
7
8
(request_id,) = sess.execute(text(
9
"""
10
- select net.http_get('https://news.ycombinator.com');
+ select net.http_get('http://localhost:8080');
11
12
)).fetchone()
13
@@ -20,7 +20,7 @@ def test_http_get_collect_sync_success(sess):
20
# Create a request
21
22
23
24
25
26
0 commit comments