diff --git a/flybirds/core/plugin/plugins/default/web/interception.py b/flybirds/core/plugin/plugins/default/web/interception.py index 43028e46..69a75fef 100644 --- a/flybirds/core/plugin/plugins/default/web/interception.py +++ b/flybirds/core/plugin/plugins/default/web/interception.py @@ -207,34 +207,7 @@ def request_compare(operation, target_data_path): raise FlybirdsException(message) log.info(f'[request_compare] actualObj dict:{actual_request_obj}') - - # Get the file path - file_path = os.path.join(os.getcwd(), target_data_path) - - # If the file path exists, read data from the file and assign it to expect_request_obj - if os.path.exists(file_path): - - expect_request_obj = file_helper.read_file_from_path(file_path) - if expect_request_obj.startswith('