diff --git a/icpp_llama2/test/test_apis.py b/icpp_llama2/test/test_apis.py index 5fde931..37ceb38 100644 --- a/icpp_llama2/test/test_apis.py +++ b/icpp_llama2/test/test_apis.py @@ -70,7 +70,7 @@ def test__reset_model_err(identity_anonymous: dict[str, str], network: str) -> N network=network, timeout_seconds=10, ) - expected_response = "(variant { Err = 401 : nat16 })" + expected_response = '(variant { Err = variant { Other = "Access Denied" } })' assert response == expected_response