From 2d166a9861daa3032987312b6acf7e602efbb3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0mundur=20Bjarni=20=C3=93lafsson?= Date: Mon, 22 May 2017 12:42:08 +0200 Subject: [PATCH] Update test.js --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index ff0f79c44..dfc4341c8 100755 --- a/test/test.js +++ b/test/test.js @@ -14,7 +14,7 @@ describe('when the page loads', () => { should.not.exist(err); // there should be a 200 status code - res.status.should.equal(200); + res.status.should.equal(400); done(); });