feat: Download Agent wise report (#1517)
This commit is contained in:
parent
e6f7f5530b
commit
0619894560
8 changed files with 61 additions and 3 deletions
|
@ -12,5 +12,6 @@ describe('#Reports API', () => {
|
|||
expect(reports).toHaveProperty('delete');
|
||||
expect(reports).toHaveProperty('getAccountReports');
|
||||
expect(reports).toHaveProperty('getAccountSummary');
|
||||
expect(reports).toHaveProperty('getAgentReports');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue