Fix tests

This commit is contained in:
Girish Ramakrishnan
2020-08-06 22:04:46 -07:00
parent 114b45882a
commit f8e22a0730
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ describe('Tasks API', function () {
expect(res.body.active).to.be(false); // finished
expect(res.body.success).to.be(false);
expect(res.body.result).to.be(null);
expect(res.body.error.message).to.contain('signal SIGTERM');
expect(res.body.error.message).to.contain('stopped');
done();
});
});