From 795480f097aa01853a3dc2e57fff11b266cc658c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 19 Aug 2022 17:16:01 +0100 Subject: [PATCH] tests/Gateway/parse_and_error_handle: Remove stray blank lines --- src/tests/gateway/test_parse_and_error_handle.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tests/gateway/test_parse_and_error_handle.py b/src/tests/gateway/test_parse_and_error_handle.py index 004e044..244d3bc 100644 --- a/src/tests/gateway/test_parse_and_error_handle.py +++ b/src/tests/gateway/test_parse_and_error_handle.py @@ -18,11 +18,9 @@ def eddn_gateway(): """Set up an eddn.Gateway import.""" import eddn.Gateway - class CLArgs: config = False - cl_args = CLArgs() eddn.Gateway.load_config(cl_args) eddn.Gateway.configure() @@ -39,7 +37,6 @@ def test_invalid_json(fix_sys_path, eddn_gateway, eddn_message: Callable) -> Non def test_outdated_schema(fix_sys_path, eddn_gateway, eddn_message: Callable) -> None: """Test attempt to use an outdated schema.""" - msg = """ { "$schemaRef": "http://schemas.elite-markets.net/eddn/journal/1",