Update tests for new api response

This commit is contained in:
Drew Bollinger
2017-01-19 10:11:21 -05:00
parent da758c5300
commit 188e241703

View File

@@ -68,8 +68,7 @@ class TestLandsat(unittest.TestCase):
"""Test Path Row search with incorrect input""" """Test Path Row search with incorrect input"""
args = ['search', '-p', 'what?'] args = ['search', '-p', 'what?']
self.assertEquals(landsat.main(self.parser.parse_args(args)), self.assertEquals(landsat.main(self.parser.parse_args(args)), None)
['Check your request and try again', 1])
def test_search_json_output(self): def test_search_json_output(self):
"""Test json output in search""" """Test json output in search"""