Skip to content

Commit

Permalink
small test change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyria committed Dec 25, 2017
1 parent 943b16e commit ff8abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TestEsiApp(unittest.TestCase):
def setUp(self, urlopen_mock):
# I hate those mock... thx urlopen instead of requests...
urlopen_mock.return_value = open('test/resources/meta_swagger.json')
self.app = EsiApp()
self.app = EsiApp(cache_time=None)

def test_app_op_attribute(self):
self.assertTrue(self.app.op)
Expand Down

0 comments on commit ff8abd7

Please sign in to comment.