Support multiple actions for eventlog api
This commit is contained in:
@@ -69,7 +69,7 @@ describe('Eventlog', function () {
|
||||
});
|
||||
|
||||
it('getAllPaged succeeds', function (done) {
|
||||
eventlog.getAllPaged(null, null, 1, 1, function (error, results) {
|
||||
eventlog.getAllPaged([], null, 1, 1, function (error, results) {
|
||||
expect(error).to.be(null);
|
||||
expect(results).to.be.an(Array);
|
||||
expect(results.length).to.be(1);
|
||||
|
||||
Reference in New Issue
Block a user