We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97209f commit a51d1c7Copy full SHA for a51d1c7
1 file changed
test/index.js
@@ -76,7 +76,7 @@ fs.removeAsync(config.screenshotRoot)
76
})
77
.then(function() {
78
return upload({
79
- project: config.project,
+ project: config.projectId,
80
sha: branchInfo.sha,
81
browser: config.browser
82
});
0 commit comments