test(ufs-router): remove expect for header

pull/18874/head
Felipe Parreira 5 years ago
parent 31af57fb02
commit 2c4eeb03be
  1. 2
      tests/end-to-end/api/01-users.js

@ -344,7 +344,6 @@ describe('[Users]', function() {
username: 'ufs',
password: '1234',
})
.expect('Content-Type', 'application/json')
.expect(200)
.expect((res) => {
expect(res.body).to.have.property('success', true);
@ -355,7 +354,6 @@ describe('[Users]', function() {
.query({
username: 'ufs',
})
.expect('Content-Type', 'application/json')
.expect(200)
.expect((res) => {
expect(res.body).to.have.property('success', true);

Loading…
Cancel
Save