Skip to content

Commit 2baae15

Browse files
committed
fix test
1 parent df9e0e0 commit 2baae15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/console/test_slash_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def test_handle_with_invalid_command_and_args(
115115
assert not printer.called
116116

117117

118-
@pytest.skip(reason="Skipping GitHub workflow installation test")
118+
@pytest.mark.skip(reason="Skipping GitHub workflow installation test")
119119
async def test_install_workflow_command(
120120
handler_and_printer: Tuple[SlashCommandHandler, DummyPrinter],
121121
) -> None:

0 commit comments

Comments
 (0)