Skip to content

Commit

Permalink
Forgot to remove a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddinn committed Nov 22, 2019
1 parent bbb09b2 commit f858529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_client/python/timesketch_api_client/sketch_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def test_get_timelines(self):

def test_explore(self):
"""Tests to explore a timeline."""
print('EXPL')
results = self.sketch.explore(query_string='description:test')
self.assertEqual(len(results['objects']), 1)
self.assertIsInstance(results['objects'], list)

0 comments on commit f858529

Please sign in to comment.