Skip to content

Commit 64b5b44

Browse files
committed
Merge branch 'ats_fixes' of github.com:browserstack/browserstack-cypress-cli into ats_fixes
2 parents 8a09bd6 + 34006dc commit 64b5b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/sync/syncSpecsLogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ let printSpecsStatus = (bsConfig, buildDetails, rawArgs, buildReportData) => {
139139

140140
let whileProcess = async (whilstCallback) => {
141141
try {
142-
const response = await axios.post(options.url, null, {
142+
const response = await axios.post(options.url, {}, {
143143
auth: {
144144
username: options.auth.user,
145145
password: options.auth.password

0 commit comments

Comments
 (0)