Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Sep 13, 2024
1 parent ee8140d commit 8fae4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddpui/api/notifications_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def mark_as_read(request, payload: UpdateReadStatusSchema):


@notificationsapi.put("/v1", auth=auth.CustomAuthMiddleware())
def mark_as_read(request, payload: UpdateReadStatusSchemav1):
def mark_as_read_v1(request, payload: UpdateReadStatusSchemav1):
"""
Bulk update of read status of notifications
"""
Expand Down

0 comments on commit 8fae4a1

Please sign in to comment.