Skip to content

Commit

Permalink
Merge e3cc276 into fc2283b
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 30, 2019
2 parents fc2283b + e3cc276 commit be476cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms_junit_plugin/__init__.py
Expand Up @@ -8,7 +8,7 @@

class Plugin: # pylint: disable=too-few-public-methods
def __init__(self):
self.backend = Backend()
self.backend = Backend(prefix='[junit.xml] ')

def parse(self, junit_xml, progress_cb=None):
self.backend.configure()
Expand Down

0 comments on commit be476cb

Please sign in to comment.