diff --git a/consumer/test_contract.py b/consumer/test_contract.py index 53a3e28..04621ba 100644 --- a/consumer/test_contract.py +++ b/consumer/test_contract.py @@ -8,9 +8,9 @@ pact.start_service() atexit.register(pact.stop_service) - +#The new version def test_get_user(): - expected = {"id": 1, "name": "John Doe", "title6": "qa"} + expected = {"id": 1, "name": "John Doe"} # Define the interaction (