Skip to content

Commit b9757d0

Browse files
committed
test(client): fix bundle test to have right content type
1 parent 760e33d commit b9757d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client/bundle.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('bundle', () => {
4343
it('should get full user bundle and parse with ES5', async () => {
4444
const { text } = await req
4545
.get('/main.js')
46-
.expect('Content-Type', 'application/javascript; charset=UTF-8')
46+
.expect('Content-Type', 'application/javascript; charset=utf-8')
4747
.expect(200);
4848

4949
expect(() => {

0 commit comments

Comments
 (0)