There was an error while loading. Please reload this page.
1 parent da758c5 commit 188e241Copy full SHA for 188e241
1 file changed
tests/test_landsat.py
@@ -68,8 +68,7 @@ def test_search_pr_wrong_input(self):
68
"""Test Path Row search with incorrect input"""
69
args = ['search', '-p', 'what?']
70
71
- self.assertEquals(landsat.main(self.parser.parse_args(args)),
72
- ['Check your request and try again', 1])
+ self.assertEquals(landsat.main(self.parser.parse_args(args)), None)
73
74
def test_search_json_output(self):
75
"""Test json output in search"""
0 commit comments