diff --git a/tests/test_printing_new.py b/tests/test_printing_new.py index 3772668..dcd5589 100644 --- a/tests/test_printing_new.py +++ b/tests/test_printing_new.py @@ -464,7 +464,12 @@ def test_reprint_uses_saved_payload(): def test_tcp_job_replay_preserves_host_port(): - config = PrinterConfig(backend="tspl", transport="tcp", host="192.0.2.10", port=9200) + config = PrinterConfig( + backend="tspl", + transport="tcp", + host="192.0.2.10", + port=9200, + ) printer = Printer(config) stub = StubTransport() printer.transport = stub