diff --git a/src/NzbDrone.Common.Test/WebClientTests.cs b/src/NzbDrone.Common.Test/WebClientTests.cs index 899fbadbd..f0cceff73 100644 --- a/src/NzbDrone.Common.Test/WebClientTests.cs +++ b/src/NzbDrone.Common.Test/WebClientTests.cs @@ -20,7 +20,6 @@ namespace NzbDrone.Common.Test } [TestCase("")] - [TestCase("http://")] public void DownloadString_should_throw_on_error(string url) { Assert.Throws(() => Subject.DownloadString(url));