Skip to content

Commit

Permalink
[EDGEPATRON-131]-Added POST edge api for LOC patron
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghAdes committed Jun 6, 2024
1 parent edb3daf commit 289074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/folio/edge/patron/MainVerticleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public void testPlaceInstanceHoldPatronNotFound(TestContext context) throws Exce
}

@Test
public void testPostExternalPatron(TestContext context) throws Exception {
public void testPostExternalLCPatron(TestContext context) throws Exception {
logger.info("=== Test post external patron ===");

Patron patron = PatronMockOkapi.getPatron();
Expand Down

0 comments on commit 289074d

Please sign in to comment.