Skip to content

Commit

Permalink
Fix missing setting in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobrc committed Dec 27, 2024
1 parent a94bb0d commit 0d86f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/tests/test_action_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ async def test_trigger_subaction(
mock_publish_event, mock_action_handlers,
):
settings.TRIGGER_ACTIONS_ALWAYS_SYNC = False
settings.INTEGRATION_COMMANDS_TOPIC = "integration-actions-topic"
mocker.patch("app.services.action_runner.action_handlers", mock_action_handlers)
mocker.patch("app.services.action_runner._portal", mock_gundi_client_v2)
mocker.patch("app.services.activity_logger.publish_event", mock_publish_event)
Expand Down

0 comments on commit 0d86f09

Please sign in to comment.