dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.93k stars 530 forks source link

[Mono.Android-Tests] Fix repo URL in redirect tests #9035

Closed pjcollins closed 4 months ago

pjcollins commented 4 months ago

A handful of tests started failing after the org move:

Xamarin.Android.NetTests.AndroidHandlerTestBase.Redirect_POST_With_Content_Works
    Invalid redirected URI
    Expected: https://github.com/xamarin/xamarin-android
    But was:  https://github.com/dotnet/android

Fix these by using the new repo URL.