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 00a09bd commit 5089e18Copy full SHA for 5089e18
libs/entitlement/qa/src/javaRestTest/java/org/elasticsearch/entitlement/qa/AbstractEntitlementsIT.java
@@ -90,7 +90,7 @@ protected boolean matchesSafely(ResponseException item) {
90
91
@Override
92
public void describeTo(Description description) {
93
- description.appendText("403 (FORBIDDEN)").appendText(" due to ").appendText(expectedException);
+ description.appendValue(statusCode).appendText(" due to ").appendText(expectedException);
94
}
95
96
0 commit comments