Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Nov 13, 2017
1 parent ecd42ad commit 459daaf
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)) + '11'
value = value or ''.join(random.sample(string.ascii_lowercase, 9)) + '12'

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

0 comments on commit 459daaf

Please sign in to comment.