Skip to content

Commit

Permalink
fix loader
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Jan 22, 2024
1 parent 7b5d182 commit 1157c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def __check_test_step_response(self, content):
self.__check_test_step_response_value(content)

def __check_test_step_response_value(self, content, allow_name_key=False):
schema = _TEST_STEP_RESPONSE_VALUE_SCHEMA
schema = _TEST_STEP_RESPONSE_SCHEMA

if allow_name_key:
schema['name'] = str
Expand Down

0 comments on commit 1157c7d

Please sign in to comment.