Skip to content

Commit

Permalink
Fixes to validate_schema and data file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Ariel Hamra committed Mar 27, 2024
1 parent 083c210 commit 9a89cc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_workflow_file_constructor():
static_validation_mock.assert_called_once()


@pytest.mark.parametrize('logger_mock', [{}], indirect=True)
def test_workflow_file_validate_schema(logger_mock: MagicMock):
"""Test WorkflowFile.__validate_schema.
Check debug messages and function called by the method.
Expand Down

0 comments on commit 9a89cc2

Please sign in to comment.