chore(release-discourse-task): update old test code

This commit is contained in:
Andrew
2014-08-06 15:31:15 -06:00
parent 4fa1df3fec
commit 48c7b49421

View File

@@ -311,8 +311,8 @@ gulp.task('release-discourse', function(done) {
return q.all([
updatePost(newPostUrl, 'closed', true),
updatePost(newPostUrl, 'visible', false),
oldPostUrl && updatePost(oldPostUrl, 'pinned', true)
updatePost(newPostUrl, 'pinned', true),
oldPostUrl && updatePost(oldPostUrl, 'pinned', false)
]);
});