Skip to content

Commit

Permalink
Merge pull request #461 from catenax-ng/feature/TRI-1303-test-fix
Browse files Browse the repository at this point in the history
feat(impl):[TRI-1303] enable test
  • Loading branch information
ds-ext-kmassalski authored Jul 28, 2023
2 parents ac6549f + 8971195 commit c5ad047
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class BatchControllerTest {
private AuthorizationService authorizationService;

@Test
@Disabled("Disabled - failing on pipeline")
void shouldReturnUnauthorizedWhenAuthenticationIsMissing() throws Exception {
this.mockMvc.perform(post("/irs/orders").contentType(MediaType.APPLICATION_JSON)
.content(new ObjectMapper().writeValueAsString(
Expand Down

0 comments on commit c5ad047

Please sign in to comment.