fix: update proxy test URL to use GitHub OAuth endpoint with certificate

This commit is contained in:
imnyang 2025-06-15 12:36:43 +09:00
commit c311aaad71

View file

@ -37,7 +37,7 @@ jobs:
sleep 5 sleep 5
# Test proxy functionality # 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 # Clean up
kill $APP_PID kill $APP_PID