diff --git a/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tests.tsx b/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tests.tsx index 8fc8cc9ff7..e74216f993 100644 --- a/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tests.tsx +++ b/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tests.tsx @@ -118,31 +118,7 @@ describe("SelfService", () => { const expectedUrl = "http://example.com"; - render( - - ); + render(); // waiting for the device software data to render await screen.findByText("test-software");