supabase / pg_net

A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
https://supabase.github.io/pg_net
Apache License 2.0
213 stars 16 forks source link

Changed httpbin endpoints to Postman Echo endpoints #96

Closed TheOtherBrian1 closed 1 year ago

TheOtherBrian1 commented 1 year ago

What kind of change does this PR introduce?

Test code update.

What is the current behavior?

Tests' requests to httpbin timeout, which causes them to fail even if the code they are evaluating is fully functional.

What is the new behavior?