Remove outdated test
This commit is contained in:
parent
0d5e05a3c2
commit
76ab5a763c
|
@ -96,12 +96,6 @@ class ConnectorManager(TestCase):
|
||||||
self.assertEqual(len(results[0]["results"]), 1)
|
self.assertEqual(len(results[0]["results"]), 1)
|
||||||
self.assertEqual(results[0]["results"][0].title, "Example Edition")
|
self.assertEqual(results[0]["results"][0].title, "Example Edition")
|
||||||
|
|
||||||
def test_local_search(self):
|
|
||||||
"""search only the local database"""
|
|
||||||
results = connector_manager.local_search("Example")
|
|
||||||
self.assertEqual(len(results), 1)
|
|
||||||
self.assertEqual(results[0].title, "Example Edition")
|
|
||||||
|
|
||||||
def test_first_search_result(self):
|
def test_first_search_result(self):
|
||||||
"""only get one search result"""
|
"""only get one search result"""
|
||||||
result = connector_manager.first_search_result("Example")
|
result = connector_manager.first_search_result("Example")
|
||||||
|
|
Loading…
Reference in New Issue