"""main cli integration tests.""" from tests.integration.utils import run_command def test_greetings_bonjour() -> None: """Test greetings bonjour command works.""" run_command(["m2mconfig", "greetings", "bonjour", "Waffle"])