From eb0c391c20431c8dc72f21c887a621fefaaed613 Mon Sep 17 00:00:00 2001 From: O-sura Date: Tue, 30 Apr 2024 14:08:02 +0530 Subject: [PATCH] Dummy PR to test the workflow --- .../java/org/wso2/apk/integration/api/APIDeploymentSteps.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/api/APIDeploymentSteps.java b/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/api/APIDeploymentSteps.java index 529051fcc..fa951bb2a 100644 --- a/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/api/APIDeploymentSteps.java +++ b/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/api/APIDeploymentSteps.java @@ -684,4 +684,6 @@ public void delete_throtlling_policy() throws Exception { Thread.sleep(3000); } + //This is a dummy change + } \ No newline at end of file