Skip to content

Commit ca8bde4

Browse files
committed
intg 1575 operation name update
1 parent 598f380 commit ca8bde4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/browserstack/automate/ci/common/constants

1 file changed

+1
-1
lines changed

src/main/java/com/browserstack/automate/ci/common/constants/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Constants {
1818
public static final String BROWSERSTACK_CONFIG_DETAILS_ENDPOINT = "https://integrate.browserstack.com/api/ci-tools/v1/events/report-config";
1919
public static final String INTEGRATIONS_TOOL_KEY = "jenkins";
2020

21-
public static final String REPORT_CONFIG_OPERATION_NAME = "report-config";
21+
public static final String REPORT_CONFIG_OPERATION_NAME = "report-config-details";
2222

2323
public static enum REPORT_STATUS {
2424
IN_PROGRESS,

0 commit comments

Comments
 (0)