Update CatalogGraphCard.test.tsx

Signed-off-by: tperehinets <97943593+tperehinets@users.noreply.github.com>
This commit is contained in:
tperehinets
2023-08-04 14:18:09 +03:00
committed by GitHub
parent 3789c54c77
commit 8b76f6b645
@@ -133,7 +133,6 @@ describe('<CatalogGraphCard/>', () => {
expect(button).toBeInTheDocument();
expect(button.closest('a')).toHaveAttribute(
'href',
// '/catalog-graph?rootEntityRefs%5B%5D=b%3Ad%2Fc&unidirectional=true&mergeRelations=true&direction=LR',
'/catalog-graph?rootEntityRefs%5B%5D=b%3Ad%2Fc&maxDepth=1&unidirectional=true&mergeRelations=true&direction=LR',
);
});