Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mocking in kerberos integration test (#40042)
The new requests-kerberos has a slightly different approach for parsing urls and extracting hostname from url causes a problem with "mock cannot be compared to int" when mock is returned as URL. This PR fixes it by hard-coding returned URL in the mock that is being returned in this case. (cherry picked from commit 32fd29d)
- Loading branch information