From fdae03a1b61ae1637021f35fe6299660b3cf5495 Mon Sep 17 00:00:00 2001 From: KirillKornakov Date: Mon, 23 Jun 2025 14:13:13 +0300 Subject: [PATCH] update_contract_v3 --- 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 35e2e16..a15489b 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", "title2": "qa"} + expected = {"id": 1, "name": "John Doe", "title3": "qa"} # Define the interaction (