Skip to content

Commit

Permalink
Remove unnecessary query parameter from BrowseControllerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisgo committed Feb 5, 2025
1 parent 2d28fa0 commit ae743d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Controller/BrowseControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,6 @@ protected function getUrl($for = '', $expectedQuery = null) : string
)
);

return '/browse'.($for ? '?for='.$for : '');
return '/browse';
}
}

0 comments on commit ae743d7

Please sign in to comment.