File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44class ApiTesting ():
55 default_url = "https://127.0.0.1:8000"
66 default_headers = {}
7- InvalidSchemaMessage = "Check whether the URL is valid or check if " +
8- "the localhost server is active or not"
7+ InvalidSchemaMessage = "Check whether the URL is valid or check if " + "the localhost server is active or not"
98 # fetches the input data for making a request
109 @classmethod
1110 def fetch_input_url (cls ):
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def search_args(self):
5555 elif self .arguments .GET :
5656 self .api_test_object .get_request ()
5757 elif self .arguments .DELETE :
58- self .api_test_object .delete_endpoint_request ()
58+ self .api_test_object .delete_endpoint_request ()
5959 elif self .arguments .notion :
6060 NotionClient ().get_tokenv2_cookie ()
6161
You can’t perform that action at this time.
0 commit comments