We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744e906 commit 6c54d0aCopy full SHA for 6c54d0a
src/Tests/Nest.Tests.Integration/ConnectionTests.cs
@@ -54,7 +54,7 @@ public void connect_to_unknown_hostname()
54
55
//this test will fail if fiddler is enabled since the proxy
56
//will report a statuscode of 502 instead of -1
57
- Assert.Throws<MaxRetryException>(() =>
+ Assert.DoesNotThrow(() =>
58
{
59
var settings = new ConnectionSettings(new Uri("http://youdontownthis.domain.do.you"), "index");
60
var client = new ElasticClient(settings);
0 commit comments