From a8ac6a06cf44b30d689ba41bb644c22c896144c8 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Fri, 14 Oct 2022 09:12:57 -0700 Subject: [PATCH] Fix a web UI integration test (#912) Fix an integration test that hadn't been updated after the refactoring --- python/web/tests/api/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/web/tests/api/test_settings.py b/python/web/tests/api/test_settings.py index 12a03aa8..df6cc42c 100644 --- a/python/web/tests/api/test_settings.py +++ b/python/web/tests/api/test_settings.py @@ -126,7 +126,7 @@ def test_save_load_and_delete_configs(http_client): assert response.status_code == 200 assert response_data["status"] == STATUS_SUCCESS assert response_data["messages"][0]["message"] == ( - f"Loaded configurations from: {CFG_DIR}/{config_json_file}" + f"Loaded configurations from: {config_json_file}" ) # Confirm the application has returned to its initial state