Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Oct 30, 2023
1 parent d36e65f commit 2fd7be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app/notifications/test_process_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,7 @@ def test_db_save_and_send_notification_throws_exception_deletes_notification(
)
def test_delivery_task_parameters(self, notification_type, process_type, expected_retry, expected_retry_period):
from flask import current_app

ff_value = current_app.config["FF_CELERY_CUSTOM_TASK_PARAMS"]
print(f"test_process_notification: FF_CELERY_CUSTOM_TASK_PARAMS={ff_value}")

Expand Down

0 comments on commit 2fd7be1

Please sign in to comment.