Skip to content

Commit

Permalink
Merge 17fa8fd into 8da63c5
Browse files Browse the repository at this point in the history
  • Loading branch information
stanimirovv committed Apr 28, 2021
2 parents 8da63c5 + 17fa8fd commit 8e1494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_elasticsearch/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def version(self):
try:
output = check_output([self.executable, '-Vv']).decode('utf-8')
match = re.search(
r'Version: (?P<major>\d)\.(?P<minor>\d)\.(?P<patch>\d+)',
r'Version: (?P<major>\d)\.(?P<minor>\d+)\.(?P<patch>\d+)',
output
)
if not match:
Expand Down

0 comments on commit 8e1494b

Please sign in to comment.