AydarZaynutdinov commented on a change in pull request #16365:
URL: https://github.com/apache/beam/pull/16365#discussion_r775771015
##########
File path: playground/infrastructure/test_helper.py
##########
@@ -135,15 +135,15 @@ def test__check_file_with_correct_tag(
assert len(examples) == 1
assert examples[0] == example
mock_get_tag.assert_called_once_with("/root/filename.java")
- mock_validate.assert_called_once_with(tag, [])
+ mock_validate.assert_called_once_with(tag.tag_as_dict, [])
Review comment:
Added.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]