Skip to content

Commit

Permalink
Fix test case mount
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Mar 1, 2024
1 parent 89be38b commit ab6873a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acto/input/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ def generate_test_plan(

normal_testcases = {}

test_cases = get_testcases(self.root_schema, self.full_matched_schemas)
test_cases = get_testcases(
self.get_schema_by_path(self.mount), self.full_matched_schemas
)

num_test_cases = 0
num_run_test_cases = 0
Expand Down

0 comments on commit ab6873a

Please sign in to comment.