diff --git a/src/components/UserPortal/PromotedPost/PromotedPost.test.tsx b/src/components/UserPortal/PromotedPost/PromotedPost.test.tsx index 982e68b6ce..e713f6de83 100644 --- a/src/components/UserPortal/PromotedPost/PromotedPost.test.tsx +++ b/src/components/UserPortal/PromotedPost/PromotedPost.test.tsx @@ -112,7 +112,7 @@ test('Component should display the text correctly', async () => { test('Component should display the media correctly', async () => { props = { ...props, - media: 'data:video', + media: 'data:videos', }; render(