Skip to content

Commit

Permalink
Debug actual content
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 6, 2022
1 parent 01b78a7 commit 9da362c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/test/test_action_script.py
Expand Up @@ -823,6 +823,7 @@ def test_parse_files(self):
gha = GithubAction(file=string)
with mock.patch('publish.github_action.logger') as m:
log_parse_errors(actual.errors, gha)
print(string.getvalue())
self.assertEqual(
sorted([
"::error::lxml.etree.XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1",
Expand Down

0 comments on commit 9da362c

Please sign in to comment.