• C
    Prevent illegal redirect URI error in testing · 05f95b86
    Chris Smowton 提交于
    Redirect URIs are now verified to ensure they contain "http://" or "https://"
    prefixes, so we must supply a plausible URI in testing. This allows us to get
    a step further when running `mvn test`.
    05f95b86
AuthRequestTest.java 13.1 KB