Skip to content

Commit

Permalink
MODINV-986: unit test + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PBobylev committed Jun 7, 2024
1 parent f842473 commit bac351b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import io.vertx.core.json.JsonArray;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.client.HttpResponse;
import io.vertx.ext.web.client.impl.HttpResponseImpl;
import org.apache.http.HttpStatus;
import org.folio.ActionProfile;
import org.folio.DataImportEventPayload;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class CreateInstanceIngressEventHandlerUnitTest {
private CreateInstanceIngressEventHandler handler;

@Before
public void setUp() throws Exception {
public void setUp() {
doReturn("tenant").when(context).getTenantId();
doReturn("okapiUrl").when(context).getOkapiLocation();
doReturn("token").when(context).getToken();
Expand Down

0 comments on commit bac351b

Please sign in to comment.