Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Sep 19, 2017
1 parent 7dc606e commit 3133c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump2polarion/utils.py
Expand Up @@ -103,7 +103,7 @@ def fill_response_property(xml, name=None, value=None):
raise Dump2PolarionException("Failed to parse XML file: {}".format(err))

name = name or 'dump2polarion'
value = value or ''.join(random.sample(string.ascii_lowercase, 9)) + '10'
value = value or ''.join(random.sample(string.ascii_lowercase, 9)) + '11'

if xml_root.tag == 'testsuites':
properties = xml_root.find('properties')
Expand Down

0 comments on commit 3133c2f

Please sign in to comment.