Skip to content

Commit 97761d9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e07b1b9 commit 97761d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit_tests/cx_core/controller_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def test_get_default_actions_mapping_happyflow(
374374
integration_mock, "get_default_actions_mapping", lambda: {1001: "test"}
375375
)
376376

377-
mapping = sut.get_default_actions_mapping(integration_mock) # type:ignore[arg-type]
377+
mapping = sut.get_default_actions_mapping(integration_mock) # type: ignore[arg-type]
378378

379379
assert mapping == {1001: "test"}
380380

0 commit comments

Comments
 (0)