We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa42f9 commit 05fe1f4Copy full SHA for 05fe1f4
1 file changed
src/content-tags-drawer/data/apiHooks.test.jsx
@@ -78,7 +78,7 @@ describe('useTaxonomyTagsData', () => {
78
// Assert that useQueries was called with the correct arguments
79
expect(useQueries).toHaveBeenCalledWith({
80
queries: [
81
- { queryKey: ['taxonomyTags', taxonomyId, null, 1, ''], queryFn: expect.any(Function), staleTime: Infinity },
+ { queryKey: ['contentTags', 'taxonomyTags', taxonomyId, null, 1, ''], queryFn: expect.any(Function), staleTime: Infinity },
82
],
83
});
84
0 commit comments