We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cc033 commit 934e2e9Copy full SHA for 934e2e9
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