Skip to content

Commit

Permalink
CIRC-2099 changes in the root path of print-event-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
SreejaMangarapu committed Jul 5, 2024
1 parent e342831 commit 17e14a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/folio/circulation/support/Clients.java
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ private CollectionResourceClient createPrintEventsStorageClient(
OkapiHttpClient client, WebContext context) throws MalformedURLException {

return getCollectionResourceClient(client, context,
"/print-events-storage/print-events");
"/print-events-storage");
}

private GetManyRecordsClient createSettingsStorageClient(
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/api/support/fakes/FakeOkapi.java
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public void start(Promise<Void> startFuture) throws IOException {
.create().register(router);

new FakeStorageModuleBuilder()
.withRootPath("/print-events-storage/print-events")
.withRootPath("/print-events-storage")
.withChangeMetadata()
.create().register(router);

Expand Down

0 comments on commit 17e14a9

Please sign in to comment.