mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 07:41:52 +09:00
fix: update proxy test URL to use GitHub OAuth endpoint with certificate
This commit is contained in:
parent
05bbdc65c1
commit
c311aaad71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
sleep 5
|
||||
|
||||
# Test proxy functionality
|
||||
curl -x http://localhost:11080 http://example.com
|
||||
curl --cacert ~/.mitmproxy/mitmproxy-ca-cert.pem -x http://localhost:11080 https://github.com/login/oauth/authorize?client_id=Ov23lixietSCQOHxPvcr&redirect_uri=http%3A%2F%2Flocalhost%3A8787&scope=read%3Auser+user%3Aemail&skip_account_picker=true --silent
|
||||
|
||||
# Clean up
|
||||
kill $APP_PID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue