diff --git a/tests/monotouch-test/Foundation/NSDataTest.cs b/tests/monotouch-test/Foundation/NSDataTest.cs index 2884126acd39..2d372be3558d 100644 --- a/tests/monotouch-test/Foundation/NSDataTest.cs +++ b/tests/monotouch-test/Foundation/NSDataTest.cs @@ -145,7 +145,7 @@ public void Https () Assert.Ignore ("NSData.FromUrl doesn't seem to work in watchOS"); } #endif - using (var url = new NSUrl ("https://blog.xamarin.com/robots.txt")) + using (var url = new NSUrl ("https://www.microsoft.com/robots.txt")) using (var x = NSData.FromUrl (url)) { Assert.That ((x != null) && (x.Length > 0)); }