Skip to content

Commit

Permalink
Adding login call for Druid test
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 21, 2016
1 parent f4177bf commit a5f33fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def __init__(self, *args, **kwargs):

@patch('caravel.models.PyDruid')
def test_client(self, PyDruid):
self.login()
instance = PyDruid.return_value
instance.time_boundary.return_value = [
{'result': {'maxTime': '2016-01-01'}}]
Expand Down

0 comments on commit a5f33fe

Please sign in to comment.