We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44882aa commit aa82ca5Copy full SHA for aa82ca5
tests/unit/test_steps.py
@@ -406,7 +406,7 @@ def test_chaining_choice_with_existing_default_overrides_value(caplog):
406
407
s2_choice.default_choice(s3_pass)
408
409
- # Chain s2_choice when default_choice is already set will trigger Warning
+ # Chain s2_choice when default_choice is already set will trigger Warning message
410
with caplog.at_level(logging.WARNING):
411
Chain([s2_choice, s1_pass])
412
expected_warning = f'Chaining Choice state: Overwriting {s2_choice.state_id}\'s current default_choice ({s3_pass.state_id}) with {s1_pass.state_id}'
0 commit comments