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 8f2af7e commit 79765cfCopy full SHA for 79765cf
src/Tests/Tests/Search/SearchUsageTestBase.cs
@@ -23,7 +23,7 @@ public abstract class SearchUsageTestBase
23
protected SearchUsageTestBase(ReadOnlyCluster cluster, EndpointUsage usage) : base(cluster, usage) { }
24
25
protected override bool ExpectIsValid => true;
26
- protected override int ExpectStatusCode => 201;
+ protected override int ExpectStatusCode => 200;
27
protected override HttpMethod HttpMethod => HttpMethod.POST;
28
protected override string UrlPath => "/project/_search";
29
0 commit comments