Skip to content

Commit 3c7444e

Browse files
committed
remove fix for unit test
1 parent 7fccd87 commit 3c7444e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bin/commands/runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ describe("runs", () => {
784784
let errorCode = null;
785785
let message = `Success! ${Constants.userMessages.BUILD_CREATED} with build id: random_build_id`;
786786
let dashboardLink = `${Constants.userMessages.VISIT_DASHBOARD} ${dashboardUrl}`;
787-
let data = { user_id: 1234, parallels: 10, time_components: {}, unique_id: 'random_hash', package_error: 'test', checkmd5_error: 'test', build_id: 'random_build_id', test_zip_size: 123, npm_zip_size: 123, test_suite_zip_upload: 1, package_zip_upload: 1}
787+
let data = { user_id: 1234, parallels: 10, time_components: {}, unique_id: 'random_hash', package_error: 'test', checkmd5_error: 'test', build_id: 'random_build_id', test_zip_size: 123, npm_zip_size: 123}
788788

789789
const runs = proxyquire('../../../../bin/commands/runs', {
790790
'../helpers/utils': {

0 commit comments

Comments
 (0)