feat: update API endpoint, mock auth token, adjust meta schema, and add detail page highlight key
This commit is contained in:
@@ -376,7 +376,7 @@ describe('BaseRemoteDataServices — Data Transformer Integration', () => {
|
|||||||
const result = await services.getMany();
|
const result = await services.getMany();
|
||||||
expect(result.data).toEqual({
|
expect(result.data).toEqual({
|
||||||
data: rawDTOs,
|
data: rawDTOs,
|
||||||
meta: { page: 2, limit: 10, total: 2, totalPages: 1 },
|
meta: { currentPage: 2, itemsPerPage: 10, totalItems: 2, totalPages: 1 },
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user