mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-20 11:17:58 +00:00
Fix a web UI integration test (#912)
Fix an integration test that hadn't been updated after the refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user