From adef5d89f3c61dbf6527de83eddc597dea51d590 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 18 Jul 2021 11:06:14 +0200 Subject: [PATCH] Fix failing test after webserver merge --- tests/commands/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index 5e9b1c7db..c0268038a 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -64,7 +64,7 @@ def test_start_webserver(mocker, caplog): args = [ 'webserver', - '-c', 'config_bittrex.json.example' + '-c', 'config_examples/config_bittrex.example.json' ] start_webserver(get_args(args)) assert api_server_mock.call_count == 1