Skip to content

Commit 84471d0

Browse files
committed
reverting build_callback_url to project_notify_URL
1 parent 94ffc83 commit 84471d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const caps = (bsConfig, zip) => {
6666
obj.project = bsConfig.run_settings.project || bsConfig.run_settings.project_name;
6767
obj.customBuildName = bsConfig.run_settings.build_name || bsConfig.run_settings.customBuildName;
6868
obj.callbackURL = bsConfig.run_settings.callback_url;
69-
obj.projectNotifyURL = bsConfig.run_settings.build_callback_url;
69+
obj.projectNotifyURL = bsConfig.run_settings.project_notify_URL;
7070
obj.parallels = bsConfig.run_settings.parallels;
7171
}
7272

test/unit/bin/helpers/capabilityHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe("capabilityHelper.js", () => {
233233
project_name: "sample project",
234234
build_name: "sample build",
235235
callback_url: "random url",
236-
build_callback_url: "random url",
236+
project_notify_URL: "random url",
237237
},
238238
};
239239
return capabilityHelper

0 commit comments

Comments
 (0)