From 98c02520f98b4d9d420fb14acf5b8c7076305152 Mon Sep 17 00:00:00 2001 From: KirillKornakov Date: Mon, 23 Jun 2025 14:37:45 +0300 Subject: [PATCH 1/3] update_contract_v4 --- 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 a15489b..738396f 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", "title3": "qa"} + expected = {"id": 1, "name": "John Doe", "title4": "qa"} # Define the interaction ( From c2b7380e39f77de49292a2537cac84c5575364f8 Mon Sep 17 00:00:00 2001 From: KirillKornakov Date: Mon, 23 Jun 2025 16:03:36 +0300 Subject: [PATCH 2/3] update_contract_v5 --- 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 738396f..8e915c9 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", "title4": "qa"} + expected = {"id": 1, "name": "John Doe", "title5": "qa"} # Define the interaction ( From 8552f9138ceddb6a65d8cd87a562382543c7cafa Mon Sep 17 00:00:00 2001 From: KirillKornakov Date: Mon, 23 Jun 2025 16:56:31 +0300 Subject: [PATCH 3/3] update_contract_v6 --- 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 8e915c9..53a3e28 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", "title5": "qa"} + expected = {"id": 1, "name": "John Doe", "title6": "qa"} # Define the interaction (