mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-29 01:49:19 +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.status_code == 200
|
||||||
assert response_data["status"] == STATUS_SUCCESS
|
assert response_data["status"] == STATUS_SUCCESS
|
||||||
assert response_data["messages"][0]["message"] == (
|
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
|
# Confirm the application has returned to its initial state
|
||||||
|
Loading…
Reference in New Issue
Block a user