Skip to content

Commit

Permalink
[SELC-6062] test: fix junit after merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro committed Dec 11, 2024
1 parent f02e670 commit 33f3b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ void onboarding_SELC_Forbidden_WorkflowType(UniAsserter asserter) {
mockVerifyAllowedMap(request.getInstitution().getTaxCode(), request.getProductId(), asserter);

// onboardingCompletion will set the workflowType to COMPLETION, which is not allowed for GSP
asserter.assertFailedWith(() -> onboardingService.onboardingCompletion(request, users, null), InvalidRequestException.class);
asserter.assertFailedWith(() -> onboardingService.onboardingCompletion(request, users), InvalidRequestException.class);
}

@Test
Expand Down

0 comments on commit 33f3b07

Please sign in to comment.