Skip to content

Commit 2a43cb2

Browse files
committed
#RI-5624 - fix test
1 parent 31b00b1 commit 2a43cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/database-analysis/components/recommendations-view/Recommendations.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ describe('Recommendations', () => {
430430
render(<Recommendations />)
431431

432432
expect(screen.queryByTestId('bigSets-redis-stack-link')).toBeInTheDocument()
433-
expect(screen.queryByTestId('bigSets-redis-stack-link')).toHaveAttribute('href', 'hhttps://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/')
433+
expect(screen.queryByTestId('bigSets-redis-stack-link')).toHaveAttribute('href', 'https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/')
434434
})
435435

436436
it('should render go tutorial button', () => {

0 commit comments

Comments
 (0)