fix test for new mime-types
This commit is contained in:
parent
7e7c0ff54e
commit
19a9ef76e5
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ describe('app.respond', function(){
|
||||||
|
|
||||||
request(server)
|
request(server)
|
||||||
.head('/')
|
.head('/')
|
||||||
.expect('content-type', 'application/javascript')
|
.expect('content-type', /application\/javascript/)
|
||||||
.expect(200, done);
|
.expect(200, done);
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue