Fix a web UI integration test (#912)

Fix an integration test that hadn't been updated after the refactoring
This commit is contained in:
Daniel Markstedt 2022-10-14 09:12:57 -07:00 committed by GitHub
parent 0c8d54f055
commit a8ac6a06cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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