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 c1bf703 commit 9bbd955Copy full SHA for 9bbd955
src/Tests/ClientConcepts/Exceptions/ExceptionTests.cs
@@ -87,8 +87,7 @@ public void ClientTestWhenThrowExceptionsDisabled()
87
[U]
88
public void DispatchIndicatesMissingRouteValues()
89
{
90
- var settings = new ConnectionSettings(new Uri("http://doesntexist:9200"))
91
- .DefaultIndex("default-index");
+ var settings = new ConnectionSettings(new Uri("http://doesntexist:9200"));
92
var client = new ElasticClient(settings);
93
94
Action dispatch = () => client.Index(new Project(), i => i.Index(null));
0 commit comments