Skip to content

Commit

Permalink
Fix URL concatenation in cred_schedule method
Browse files Browse the repository at this point in the history
  • Loading branch information
usamabinnadeem-10 committed Oct 14, 2024
1 parent 45c8fd9 commit d5ba09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/shop/cred/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def cred_schedule(
"timezone": timezone,
"ai_enabled": "1",
"exam_link": base_url
+ +"credentials/exam?uuid="
+ "credentials/exam?uuid="
+ f"{response['assessment_reservation']['uuid']}",
}
proctor_api.update_student_session(
Expand Down

0 comments on commit d5ba09c

Please sign in to comment.