From 26bbd091cd7a5d267a3f456c286508b449c3516e Mon Sep 17 00:00:00 2001 From: KirillKornakov Date: Mon, 23 Jun 2025 17:39:06 +0300 Subject: [PATCH 1/2] update_contract_v8 --- consumer/test_contract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consumer/test_contract.py b/consumer/test_contract.py index 04621ba..3067353 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"} + expected = {"id": 1, "name": "John Doe", "title7": " lead qa"} # Define the interaction ( From 8d3f58d8e5e8cc1140c5eda45cf58924ea07e9cd Mon Sep 17 00:00:00 2001 From: KirillKornakov Date: Mon, 23 Jun 2025 17:41:47 +0300 Subject: [PATCH 2/2] update_contract_v9 --- consumer/test_contract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/test_contract.py b/consumer/test_contract.py index 3067353..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", "title7": " lead qa"} + expected = {"id": 1, "name": "John Doe"} # Define the interaction (