Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
SELC-4470 fix: junit
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro committed Apr 16, 2024
1 parent ba160d5 commit 8b6fa51
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ void getASFromIvass() {
void getASFromIvassNotFound() {
//given
String ivassCode = "ivassCode";
when(partyRegistryProxyRestClient._searchByOriginIdUsingGET(anyString())).thenThrow(ResourceNotFoundException.class);
when(partyRegistryProxyRestClient._searchByOriginIdUsingGET(anyString())).thenReturn(null);

//when
Expand Down

0 comments on commit 8b6fa51

Please sign in to comment.