From 403fd0f0c08340e44b4e25ff9f7a455f7d205a02 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Wed, 12 Apr 2017 17:17:22 +0200 Subject: [PATCH] Remove unecessary test. --- src/NzbDrone.Common.Test/WebClientTests.cs | 1 - 1 file changed, 1 deletion(-) 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));