minor typo in DslResponseAssertion
mikeliucc opened this issue · 2 comments
mikeliucc commented
Hi,
In DslResponseAssertion.java
line 412 (pull from Release 1.13), I see the following:
throw new UnsupportedOperationException(
String.format("The response assertion has a type (%d) which is not supported by de DSL.",
testElement.getTestType()));
Perhaps the message should be "...not supported by the DSL."?
rabelenda commented
You are right! thank you for noting it and reporting it.
rabelenda commented
This has been fixed in latest release. Thanks again for reporting it.