We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095a958 commit 7ae3d99Copy full SHA for 7ae3d99
solr/core/src/test/org/apache/solr/handler/V2ApiIntegrationTest.java
@@ -117,7 +117,7 @@ public void testInvalidWTParamReturnsError() throws Exception {
117
NamedList<Object> res = cluster.getSolrClient().request(request);
118
String respString = InputStreamResponseParser.consumeResponseToString(res);
119
120
- // Should get a 400 Server Error for unknown writer type
+ // Should get a 400 Bad Request error for unknown writer type
121
assertTrue(
122
"Expected error message about unknown writer type",
123
respString.contains("Unknown response writer type"));
0 commit comments