We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222c7aa commit 91f446dCopy full SHA for 91f446d
tests/Tests/Search/SearchTemplate/SearchTemplateApiTests.cs
@@ -103,7 +103,7 @@ protected override LazyResponses ClientUsage() => Calls(
103
protected override void ExpectResponse(ISearchResponse<Project> response)
104
{
105
response.ServerError.Should().NotBeNull();
106
- response.ServerError.Error.Reason.Should().Contain("no [query]");
+ response.ServerError.Error.Reason.Should().Contain("unknown query [atch]");
107
}
108
109
0 commit comments