From 4a663a08a832b1974c3788ab95f12943102a5561 Mon Sep 17 00:00:00 2001 From: shashankshampi Date: Wed, 30 Oct 2024 21:26:36 +0530 Subject: [PATCH] test_: Code Migration from status-cli-tests with cleanup --- tests-functional/validators/contact_request_validator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-functional/validators/contact_request_validator.py b/tests-functional/validators/contact_request_validator.py index 24fccca24..a3f0d6223 100644 --- a/tests-functional/validators/contact_request_validator.py +++ b/tests-functional/validators/contact_request_validator.py @@ -9,7 +9,6 @@ class ContactRequestValidator: self.response = response def validate_response_structure(self): - """Check the overall structure of the response.""" assert self.response.get("jsonrpc") == "2.0", "Invalid JSON-RPC version" assert "result" in self.response, "Missing 'result' in response"