Skip to content

Commit e8da9ed

Browse files
committed
black formatting
1 parent 321876a commit e8da9ed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/cli/test_rasa_interactive.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,14 @@ def test_pass_conversation_id_to_interactive_learning(monkeypatch: MonkeyPatch):
169169
interactive.add_subparser(sub_parser, [])
170170

171171
expected_conversation_id = "🎁"
172-
args = parser.parse_args(["interactive", "--conversation-id", expected_conversation_id, "--skip-visualization", ])
172+
args = parser.parse_args(
173+
[
174+
"interactive",
175+
"--conversation-id",
176+
expected_conversation_id,
177+
"--skip-visualization",
178+
]
179+
)
173180

174181
_serve_application = Mock()
175182
monkeypatch.setattr(interactive_learning, "_serve_application", _serve_application)

0 commit comments

Comments
 (0)