Bumping versions

This commit is contained in:
buildmaster
2023-06-17 12:03:15 +00:00
parent f89861bcb9
commit ae271b16bc

View File

@@ -150,8 +150,7 @@ public class Contract {
public static void assertContract(Contract dsl) {
if (dsl.getRequest() != null) {
if (dsl.request.getUrl() == null && dsl.request.getUrlPath() == null) {
throw new IllegalStateException(
"URL is missing for HTTP contract");
throw new IllegalStateException("URL is missing for HTTP contract");
}
if (dsl.request.getMethod() == null) {
throw new IllegalStateException("Method is missing for HTTP contract");