Skip to content

Commit 188e241

Browse files
committed
Update tests for new api response
1 parent da758c5 commit 188e241

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_landsat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ def test_search_pr_wrong_input(self):
6868
"""Test Path Row search with incorrect input"""
6969
args = ['search', '-p', 'what?']
7070

71-
self.assertEquals(landsat.main(self.parser.parse_args(args)),
72-
['Check your request and try again', 1])
71+
self.assertEquals(landsat.main(self.parser.parse_args(args)), None)
7372

7473
def test_search_json_output(self):
7574
"""Test json output in search"""

0 commit comments

Comments
 (0)