mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-1646 Fix expected message on one test
This commit is contained in:
@ -222,7 +222,7 @@ class QQueryFilterTest extends BaseTest
|
||||
QQueryFilter filter = new QQueryFilter(new QFilterCriteria("id", EQUALS, expression));
|
||||
assertThatThrownBy(() -> filter.interpretValues(inputValues, new ThrowExceptionUseCase()))
|
||||
.isInstanceOf(QUserFacingException.class)
|
||||
.hasMessageContaining("Missing value for criteria on field: id");
|
||||
.hasMessageContaining("Missing value for variable: clientId");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user