Skip to content

Commit

Permalink
Fix tool parsing test to get secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Nov 28, 2024
1 parent 65b6942 commit be01814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tool_util/test_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def test_action(self):
assert self._tool_source.parse_action_module() is None

def test_requirements(self):
requirements, containers, resource_requirements = self._tool_source.parse_requirements_and_containers()
requirements, containers, resource_requirements, secrets = self._tool_source.parse_requirements_and_containers()
assert requirements[0].type == "package"
assert list(containers)[0].identifier == "mycool/bwa"
assert resource_requirements[0].resource_type == "cores_min"
Expand Down

0 comments on commit be01814

Please sign in to comment.