Skip to content

Commit a51d1c7

Browse files
committed
Actually passing the projectId
1 parent c97209f commit a51d1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fs.removeAsync(config.screenshotRoot)
7676
})
7777
.then(function() {
7878
return upload({
79-
project: config.project,
79+
project: config.projectId,
8080
sha: branchInfo.sha,
8181
browser: config.browser
8282
});

0 commit comments

Comments
 (0)