mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
revert debug test case
This commit is contained in:
parent
e9aa60d40a
commit
90eed7cfb4
1 changed files with 1 additions and 3 deletions
|
|
@ -294,9 +294,7 @@ describe('Article API', () => {
|
|||
it('should create an article', async () => {
|
||||
const res = await graphqlRequest(query, authToken).expect(200)
|
||||
|
||||
expect(res.body.data.createArticle.createdArticle.title).not.to.eql(
|
||||
title
|
||||
)
|
||||
expect(res.body.data.createArticle.createdArticle.title).to.eql(title)
|
||||
pageId = res.body.data.createArticle.createdArticle.id
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue