We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51d1c7 commit 77d02b2Copy full SHA for 77d02b2
1 file changed
test/index.js
@@ -59,7 +59,7 @@ fs.removeAsync(config.screenshotRoot)
59
.then(function(ancestor) {
60
console.log('diffing against', ancestor);
61
return startBuild({
62
- project: config.project,
+ project: config.projectId,
63
head: branchInfo.sha,
64
base: ancestor,
65
numBrowsers: 1
0 commit comments