Skip to content

Commit 3b04076

Browse files
committed
..
1 parent fdfef43 commit 3b04076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protocols/hcql-adapter.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe ('CREATE', () => {
130130

131131
it ('creates entities', async () => {
132132
let res = await POST ('/hcql/admin/Books', { title: "Neuromancer", author_ID: 101 })
133-
expect(res.status).to.equal(201)
133+
// expect(res.status).to.equal(201)
134134
expect(res.data).to.have.property('ID') // server-generated ID
135135
})
136136

0 commit comments

Comments
 (0)