Skip to content

Commit

Permalink
fix(test): add scheme to es url
Browse files Browse the repository at this point in the history
  • Loading branch information
tevariou committed Sep 27, 2023
1 parent b577a69 commit ec7dde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def make_parser():
parser.add_argument(
'--elasticsearch',
nargs='?',
metavar='localhost:9200',
const='localhost:9200',
metavar='http://localhost:9200',
const='http://localhost:9200',
help="To run integration test against an Elasticsearch server",
)
parser.add_argument(
Expand Down

0 comments on commit ec7dde9

Please sign in to comment.