Skip to content

Commit

Permalink
Port should still be 4000, local change that should not have been com…
Browse files Browse the repository at this point in the history
…itted
  • Loading branch information
viklund committed Apr 4, 2018
1 parent 28b5725 commit a30d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class RequestTests(TestCase):
HOST = 'http://localhost:4001'
HOST = 'http://localhost:4000'

def newSession(self):
if hasattr(self, '_session'):
Expand Down

0 comments on commit a30d94b

Please sign in to comment.