Skip to content

Commit

Permalink
Remove last non-local test
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 22, 2025
1 parent 32fe34f commit 2e4af1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expected/http.out
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ FROM http_get('http://localhost:9080/redirect-to?url=get');
-- Request image
WITH
http AS (
SELECT * FROM http_get('https://httpbingo.org/image/png')
SELECT * FROM http_get('http://localhost:9080/image/png')
),
headers AS (
SELECT (unnest(headers)).* FROM http
Expand Down
2 changes: 1 addition & 1 deletion sql/http.sql
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ FROM http_get('http://localhost:9080/redirect-to?url=get');
-- Request image
WITH
http AS (
SELECT * FROM http_get('https://httpbingo.org/image/png')
SELECT * FROM http_get('http://localhost:9080/image/png')
),
headers AS (
SELECT (unnest(headers)).* FROM http
Expand Down

0 comments on commit 2e4af1f

Please # to comment.