tests/Gateway/parse_and_error_handle: Remove stray blank lines

This commit is contained in:
Athanasius 2022-08-19 17:16:01 +01:00
parent eff5cedc2b
commit 795480f097
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -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",