Skip to content

Commit

Permalink
Update runtests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
safwanrahman authored Oct 1, 2023
1 parent 8f5658a commit 3f77dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def make_parser():
def run_tests(*test_args):
args, test_args = make_parser().parse_known_args(test_args)
if args.elasticsearch:
os.environ.setdefault('ELASTICSEARCH_URL', args.elasticsearch)
os.environ.setdefault('ELASTICSEARCH_URL', "https://127.0.0.1:9200")

if args.elasticsearch_username and args.elasticsearch_password:
os.environ.setdefault(
Expand Down

0 comments on commit 3f77dba

Please sign in to comment.