Skip to content

Commit

Permalink
Changed mapd_host.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Apr 28, 2018
1 parent bc11283 commit 4874872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/mapd/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest


MAPD_HOST = os.environ.get('IBIS_TEST_MAPD_HOST', '34.207.244.142')
MAPD_HOST = os.environ.get('IBIS_TEST_MAPD_HOST', 'localhost')
MAPD_PORT = int(os.environ.get('IBIS_TEST_MAPD_PORT', 9091))
MAPD_USER = os.environ.get('IBIS_TEST_MAPD_USER', 'mapd')
MAPD_PASS = os.environ.get('IBIS_TEST_MAPD_PASSWORD', 'HyperInteractive')
Expand Down

0 comments on commit 4874872

Please sign in to comment.