taubyte / tau

Open source distributed Platform as a Service (PaaS). A self-hosted Vercel / Netlify / Cloudflare alternative.
https://tau.how
BSD 3-Clause "New" or "Revised" License
3.2k stars 85 forks source link

Refactor auth client e2e test #145

Open samyfodil opened 4 months ago

samyfodil commented 4 months ago

An old e2e tests was created for auth http client and used a live sandbox setup. We can do the same without depending on a service using libdeam.

Update https://github.com/taubyte/tau/blob/main/clients/http/auth/e2e_test.go to use libdream.

Example: https://github.com/taubyte/tau/blob/main/clients/p2p/auth/client_test.go