Merge branch 'master' into story-134624635

This commit is contained in:
Riley Davis
2017-02-02 10:05:17 -07:00
committed by GitHub
7 changed files with 73 additions and 55 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ describe('/api/v1/queue', () => {
it('should return all the pending comments, users and actions', () => {
return chai.request(app)
.get('/api/v1/queue/comments/pending')
.get('/api/v1/queue/comments/premod')
.set(passport.inject({roles: ['ADMIN']}))
.then((res) => {
expect(res).to.have.status(200);