Skip to content

Commit

Permalink
f: 7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Aug 27, 2020
1 parent 3a20f6b commit e9a9e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -50,7 +50,7 @@ def elasticsearch_fixture_factory(executable, proc_name, port, **kwargs):
)

elasticsearch_proc2 = factories.elasticsearch_proc(
executable=ELASTICSEARCH_EXECUTABLE_7_7, port=9393
executable=ELASTICSEARCH_EXECUTABLE_7_9, port=9393
)
elasticsearch_nooproc2 = factories.elasticsearch_noproc(port=9393)
elasticsearch2 = factories.elasticsearch('elasticsearch_proc2')
Expand Down
2 changes: 2 additions & 0 deletions tests/test_elastic.py
Expand Up @@ -106,6 +106,7 @@ def test_version_extraction(output, expected_version):
'elasticsearch_proc_7_6',
'elasticsearch_proc_7_7',
'elasticsearch_proc_7_8',
'elasticsearch_proc_7_9',
))
def test_elastic_process(request, elasticsearch_proc_name):
"""Simple test for starting elasticsearch_proc."""
Expand All @@ -121,6 +122,7 @@ def test_elastic_process(request, elasticsearch_proc_name):
'elasticsearch_7_6',
'elasticsearch_7_7',
'elasticsearch_7_8',
'elasticsearch_7_9',
))
def test_elasticsearch(request, elasticsearch_name):
"""Test if elasticsearch fixtures connects to process."""
Expand Down

0 comments on commit e9a9e05

Please sign in to comment.