Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
this got broken back at a56ed15
  • Loading branch information
ef4 committed Mar 17, 2018
1 parent b992c1e commit 00080f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-tests/basic-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Qmodule('Prember', function(hooks) {
test('redirects via meta http-eqiv refresh', function(assert) {
// this test is relying on configuration in our ember-cli-build.js
let doc = findDocument('redirects/index.html');
assert.equal(doc.querySelector('meta[http-equiv=refresh]').getAttribute('url'), "/from-sample-data");
assert.equal(doc.querySelector('meta[http-equiv=refresh]').getAttribute('content'), "0;url=/from-sample-data");
})

test('redirects have rel canonical', function(assert) {
Expand Down

0 comments on commit 00080f9

Please sign in to comment.