Fix the first bunch of profile tests

This commit is contained in:
Johannes Zellner
2016-04-17 16:49:09 +02:00
parent 73e079cc6c
commit fabe55622e
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -41,7 +41,6 @@ function get(req, res, next) {
}
function update(req, res, next) {
assert.strictEqual(typeof req.params.userId, 'string');
assert.strictEqual(typeof req.user, 'object');
assert.strictEqual(typeof req.body, 'object');