Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Feb 19, 2024
1 parent 778f117 commit 0e6db19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/api/document_requests/test_notifications_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def filter_document_request_messages(record, action, **kwargs):
# remove footer
app_with_notifs.config["ILS_NOTIFICATIONS_TEMPLATES"] = {}
# set filtering on the document requests
app_with_notifs.config[
"ILS_NOTIFICATIONS_FILTER_DOCUMENT_REQUEST"
] = filter_document_request_messages
app_with_notifs.config["ILS_NOTIFICATIONS_FILTER_DOCUMENT_REQUEST"] = (
filter_document_request_messages
)

send_document_request_notification(
document_request, action="decline", msg_extra_ctx={}
Expand Down

0 comments on commit 0e6db19

Please sign in to comment.