From 0bd395c65e747025d088043a0ce400b9f1c24f04 Mon Sep 17 00:00:00 2001 From: himanshu_gupta Date: Tue, 10 Dec 2024 09:16:41 +0530 Subject: [PATCH] Updated test case --- tests/integration_test/services_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test/services_test.py b/tests/integration_test/services_test.py index 41d394d5c..733ca91f2 100644 --- a/tests/integration_test/services_test.py +++ b/tests/integration_test/services_test.py @@ -6491,7 +6491,7 @@ def _mock_get_bot_settings(*args, **kwargs): ) actual = response.json() assert not actual["success"] - assert actual["message"] == 'Invalid data type!' + assert actual["message"] == "Invalid data type for 'age': Expected integer value" def test_payload_updated_api_collection_does_not_exists():