Skip to content

Commit 355eced

Browse files
committed
Removed not used test
1 parent 6c25157 commit 355eced

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/artifacts/Debug/Assemblies.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/BacktraceCredentialsTests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,5 @@ public void ThrowInvalidUrlException_FromInvalidUrl_ThrowException(string host)
5454
Assert.Throws<UriFormatException>(() => new BacktraceCredentials(host, "123"));
5555
}
5656

57-
[TestCase("https://backtrace.sp.backtrace.io")]
58-
[TestCase("http://backtrace.sp.backtrace.io")]
59-
[TestCase("https://totallynoValidSubmitUrl.submit.backtrace.io/")]
60-
[Test(Author = "Konrad Dysput", Description = "Test invalid api url")]
61-
public void ThrowInvalidArgumentException_FromInvalidHostName_ThrowException(string host)
62-
{
63-
Assert.Throws<ArgumentException>(() => new BacktraceCredentials(host));
64-
}
6557
}
6658
}

0 commit comments

Comments
 (0)