diff --git a/expected/http.out b/expected/http.out index 2435844..a779748 100644 --- a/expected/http.out +++ b/expected/http.out @@ -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 diff --git a/sql/http.sql b/sql/http.sql index 34451b8..7274104 100644 --- a/sql/http.sql +++ b/sql/http.sql @@ -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