Skip to content

Commit 4a70212

Browse files
committed
changes
1 parent 7b3ad25 commit 4a70212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/helpers/capabilityHelper.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ const caps = (bsConfig, zip) => {
131131
obj.run_settings = JSON.stringify(bsConfig.run_settings);
132132
}
133133

134-
obj.cypress_cli_version = Utils.getUserAgent();
135-
logger.info(`Cypress CLI User Agent: ${obj.cypress_cli_version}`);
134+
obj.cypress_cli_user_agent = Utils.getUserAgent();
135+
logger.info(`Cypress CLI User Agent: ${obj.cypress_cli_user_agent}`);
136136

137137
if(obj.parallels === Constants.cliMessages.RUN.DEFAULT_PARALLEL_MESSAGE) obj.parallels = undefined
138138

0 commit comments

Comments
 (0)