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 bcca6ab commit ffe696aCopy full SHA for ffe696a
src/test/java/uk/gov/companieshouse/orders/api/controller/BasketControllerIntegrationTest.java
@@ -1536,7 +1536,7 @@ void addDeliveryDetailsFailsDueToFailedValidation() throws Exception {
1536
.andExpect(status().isBadRequest())
1537
.andDo(MockMvcResultHandlers.print())
1538
.andReturn();
1539
- Assertions.assertTrue(result.getResponse().getContentAsString().contains("address_line_1 may not be blank"));
+ Assertions.assertTrue(result.getResponse().getContentAsString().contains("delivery_details.address_line_1: must not be blank"));
1540
}
1541
1542
@Test
0 commit comments