We now have 3 built-in api clients

This commit is contained in:
Johannes Zellner
2016-06-08 14:48:03 +02:00
parent 6b9acb4722
commit 194b9b35bd
+1 -1
View File
@@ -505,7 +505,7 @@ describe('Clients', function () {
.end(function (error, result) {
expect(result.statusCode).to.equal(200);
expect(result.body.clients.length).to.eql(1);
expect(result.body.clients.length).to.eql(3);
done();
});