Skip to content

Commit

Permalink
Add waitforDeployment for websub test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtshanika committed Oct 10, 2023
1 parent fa4423e commit d1cee85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ public void testSubscriberVerification() throws Exception {
apiDto.setEnableSubscriberVerification(true);
restAPIPublisher.updateAPI(apiDto, apiId);
createAPIRevisionAndDeployUsingRest(apiId, restAPIPublisher);
waitForAPIDeployment();
waitForAPIDeploymentSync(user.getUserName(), apiName, apiVersion, APIMIntegrationConstants.IS_API_EXISTS);

callbackServerServlet.setCallbacksReceived(0);
Expand Down

0 comments on commit d1cee85

Please sign in to comment.