Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Jun 30, 2023
1 parent 982746c commit 15b48d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void testCreatePostMissingVatRate() throws Exception {
.sessionAttr("product", product))
.andExpect(status().is3xxRedirection())
.andExpect(redirectedUrl("/administrator/products/create/"))
.andExpect(flash().attribute("error", "VAT rate is required, and therefore should be filled in!"));
.andExpect(flash().attribute("error", "VatRate is required, and therefore should be filled in!"));
}

@Test
Expand Down

0 comments on commit 15b48d3

Please sign in to comment.