From b4f002347b779da526b8dce7bc1a5d53114432dd Mon Sep 17 00:00:00 2001 From: icpp Date: Fri, 29 Mar 2024 17:09:09 -0400 Subject: [PATCH] fix pytest --- icpp_llama2/test/test_apis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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