Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
icppWorld committed Mar 29, 2024
1 parent 9a2190b commit b4f0023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icpp_llama2/test/test_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit b4f0023

Please sign in to comment.