diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/config.js b/server/tests/api/config.js index 052b3f036..dc3cce052 100644 --- a/server/tests/api/config.js +++ b/server/tests/api/config.js | |||
@@ -35,7 +35,7 @@ describe('Test config', function () { | |||
35 | 35 | ||
36 | const data = res.body | 36 | const data = res.body |
37 | 37 | ||
38 | expect(data.signup.allowed).to.be.truthy | 38 | expect(data.signup.allowed).to.be.true |
39 | 39 | ||
40 | done() | 40 | done() |
41 | }) | 41 | }) |