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