We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd089d6 commit 094184dCopy full SHA for 094184d
tests/services/components/test_signal_component.py
@@ -67,7 +67,7 @@ def _signal_sent(sender, **kwargs):
67
draft = service.create(identity_simple, minimal_record)
68
add_file_to_draft(identity_simple, draft.id, "test.zip", zip_file)
69
70
- with post_publish_signal.temporarily_connected_to(_signal_sent):
+ with post_publish_signal.connected_to(_signal_sent):
71
# Publish
72
assert sentinel["called"] == False
73
record = service.publish(identity_simple, draft.id)
0 commit comments