Skip to content

Commit

Permalink
fix: test :shipit:
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jul 21, 2021
1 parent 340ccb2 commit 2c06ac9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/controllers-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,11 +646,7 @@ describe('Admin Controllers', () => {
},
}, (err, res, body) => {
assert.ifError(err);
assert.deepStrictEqual(body, {
path: '/flags/123123123',
title: '[[global:404.title]]',
bodyClass: 'page-flags page-flags-123123123 page-status-404',
});
assert.strictEqual(res.statusCode, 404);
done();
});
});
Expand Down

0 comments on commit 2c06ac9

Please sign in to comment.