diff --git a/consumer/test_contract.py b/consumer/test_contract.py index a58177e..d8821b1 100644 --- a/consumer/test_contract.py +++ b/consumer/test_contract.py @@ -10,7 +10,7 @@ def test_get_user(): - expected = {"id": 1, "name": "John Doe", "title": "head"} + expected = {"id": 1, "name": "John Doe"} # Define the interaction (