Skip to content

Commit

Permalink
switch back to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingwang committed Mar 3, 2017
1 parent c06abcc commit eb80c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
from tempfile import NamedTemporaryFile
from collections import Counter
from myria import MyriaConnection, MyriaRelation, MyriaQuery, MyriaError
from sets import Set


class MyriaTestBase(unittest.TestCase):
def setUp(self):
connection = MyriaConnection(hostname='demo.myria.cs.washington.edu', port=8753, execution_url="http://demo.myria.cs.washington.edu")
connection = MyriaConnection(hostname='localhost', port=8753, execution_url="http://127.0.0.1:8080")
MyriaRelation.DefaultConnection = connection
self.connection = connection

Expand Down

0 comments on commit eb80c19

Please sign in to comment.