mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
Updated tags list to display visits and short URLs when remote shlink version allows it
This commit is contained in:
@@ -141,7 +141,7 @@ describe('ShlinkApiClient', () => {
|
||||
|
||||
const result = await listTags();
|
||||
|
||||
expect(expectedTags).toEqual(result);
|
||||
expect({ data: expectedTags }).toEqual(result);
|
||||
expect(axiosSpy).toHaveBeenCalledWith(expect.objectContaining({ url: '/tags', method: 'GET' }));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user