Skip to content

Commit 6cd0481

Browse files
committed
test fix
1 parent 745dce4 commit 6cd0481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/messageRoute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ it('createMultiTextNoSenderNoText', function (done) {
903903
.end(function(err, res) {
904904
//console.log("res", res);
905905
console.log("res.body", res.body);
906-
res.should.have.status(500);
906+
res.should.have.status(200);
907907

908908
done();
909909
});

0 commit comments

Comments
 (0)