Skip to content

Commit 77d02b2

Browse files
committed
Specifying the projectId successfully
1 parent a51d1c7 commit 77d02b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fs.removeAsync(config.screenshotRoot)
5959
.then(function(ancestor) {
6060
console.log('diffing against', ancestor);
6161
return startBuild({
62-
project: config.project,
62+
project: config.projectId,
6363
head: branchInfo.sha,
6464
base: ancestor,
6565
numBrowsers: 1

0 commit comments

Comments
 (0)