Skip to content

Commit 7ae3d99

Browse files
committed
Use the right term for a 400[
1 parent 095a958 commit 7ae3d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/core/src/test/org/apache/solr/handler/V2ApiIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void testInvalidWTParamReturnsError() throws Exception {
117117
NamedList<Object> res = cluster.getSolrClient().request(request);
118118
String respString = InputStreamResponseParser.consumeResponseToString(res);
119119

120-
// Should get a 400 Server Error for unknown writer type
120+
// Should get a 400 Bad Request error for unknown writer type
121121
assertTrue(
122122
"Expected error message about unknown writer type",
123123
respString.contains("Unknown response writer type"));

0 commit comments

Comments
 (0)