Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Dec 16, 2024
1 parent e8c79b1 commit b155ca9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public class VisitController extends BaseRestController {
public ResponseEntity<?> getVisitsWithDiagnosesByPatient(
HttpServletRequest request,
HttpServletResponse response,
@PathVariable("patientUuid") String patientUuid,
@RequestParam("patient") Patient patient) {
@PathVariable("patientUuid") String patientUuid) {

RequestContext context = RestUtil.getRequestContext(request, response, Representation.DEFAULT);
List<VisitWithDiagnoses> visitsEntries;
Expand Down

0 comments on commit b155ca9

Please sign in to comment.