Skip to content

Commit

Permalink
Actually passing the projectId
Browse files Browse the repository at this point in the history
  • Loading branch information
elicwhite committed Apr 4, 2015
1 parent c97209f commit a51d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fs.removeAsync(config.screenshotRoot)
})
.then(function() {
return upload({
project: config.project,
project: config.projectId,
sha: branchInfo.sha,
browser: config.browser
});
Expand Down

0 comments on commit a51d1c7

Please sign in to comment.