Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Oct 24, 2023
1 parent c7ca264 commit 4ec0f26
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ test('should render an alert when change request is enabled in any env when copy
render(
<Routes>
<Route
path={
'/projects/:projectId/features/:featureId/copy'
}
path={'/projects/:projectId/features/:featureId/copy'}
element={<CopyFeatureToggle />}
/>
</Routes>,
Expand Down

0 comments on commit 4ec0f26

Please sign in to comment.