diff --git a/consumer/test_contract.py b/consumer/test_contract.py index d8821b1..35e2e16 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"} + expected = {"id": 1, "name": "John Doe", "title2": "qa"} # Define the interaction (