mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 05:32:20 +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:
parent
0c8d54f055
commit
a8ac6a06cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user