Closed
Description
The GoogleAuth unittest test_with_scopes_scoped is failing at this line.
With google-auth==1.25.0
, the test fails.
tests/test__auth.py::TestAuthWithGoogleAuth::test_with_scopes_scoped FAILED
With google-auth==1.24.0
, the same test passes.
tests/test__auth.py::TestAuthWithGoogleAuth::test_with_scopes_scoped PASSED