Skip to content

Commit

Permalink
feat(irs-apiirs-edc-client):[#256] removed unnecessary stubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-psosnowski committed Dec 4, 2023
1 parent 645ee4f commit cb2c223
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ void shouldCreateCacheRecordWhenTokenIsNotValid()
new EndpointDataReferenceStatus(null,
TokenStatus.REQUIRED_NEW));
final String value = "result";
when(edcDataPlaneClient.getData(any(), any())).thenReturn(value);

// when
testee.getSubmodelRawPayload(ENDPOINT_ADDRESS, "suffix", "assetId");
Expand Down

0 comments on commit cb2c223

Please sign in to comment.