Skip to content

Commit

Permalink
Updated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshugt16 committed Dec 10, 2024
1 parent dadc3f4 commit 0bd395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test/services_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 0bd395c

Please sign in to comment.