Skip to content

Commit

Permalink
harmonyzhang
Browse files Browse the repository at this point in the history
  • Loading branch information
harmonyzhang committed Apr 18, 2023
1 parent c79ad8c commit 0e27f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void testCreateApikeys() throws InterruptedException {

RecordedRequest recordedRequest = mockWebServer.takeRequest();
Assertions.assertEquals("POST", recordedRequest.getMethod());
Assertions.assertEquals("/" + WhatsappApiConfig.ENGAGELAB_DEV_API_VERSION + "/" + "apikeys", recordedRequest.getPath());
Assertions.assertEquals("/whatsapp/" + WhatsappApiConfig.ENGAGELAB_DEV_API_VERSION + "/" + "apikeys", recordedRequest.getPath());

Assertions.assertEquals("hh", response.getDevKey());

Expand Down

0 comments on commit 0e27f1d

Please sign in to comment.