diff --git a/conftest.py b/conftest.py index 93c716d..5e88d51 100644 --- a/conftest.py +++ b/conftest.py @@ -32,7 +32,7 @@ pytest_plugins = [ def setup_session_scope( init_testrail_api, prepare_test_directory, - start_squish_server, + start_squish_server ): LOG.info('Session startup...') yield @@ -42,7 +42,8 @@ def setup_session_scope( def setup_function_scope( caplog, generate_test_data, - check_result + check_result, + application_logs ): # FIXME: broken due to KeyError: <_pytest.stash.StashKey object at 0x7fd1ba6d78c0> # caplog.set_level(configs.LOG_LEVEL)