Use explicit *.test urls in unit tests by azmeuk · Pull Request #824 · authlib/authlib

What kind of change does this PR introduce?

This replaces urls like http://a.b with http://provider.test, http://client.test or http://resource.test in the unit tests suite, for readability, and because it is a good practice to use the .test TLD in tests.

Checklist


  • You consent that the copyright of your pull request source code belongs to Authlib's author.