mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-27 13:42:14 +03:00
tests/Gateway/parse_and_error_handle: Remove stray blank lines
This commit is contained in:
parent
eff5cedc2b
commit
795480f097
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user