Skip to content

Commit

Permalink
Adjust Client Nav Test (#9422)
Browse files Browse the repository at this point in the history
This adjusts a test added in #8960 to render the correct page.
  • Loading branch information
Timer authored Nov 15, 2019
1 parent d90c853 commit 2f16a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/client-navigation/test/rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function(render, fetch) {
})

test('header helper dedupes tags with the same key as the default', async () => {
const html = await render('/head')
const html = await render('/head-duplicate-default-keys')
expect(html).toContain('<meta charSet="iso-8859-5"/>')
expect(html).not.toContain('<meta charSet="utf-8"/>')
expect(html).toContain(
Expand Down

0 comments on commit 2f16a86

Please sign in to comment.