Skip to content

Commit 8b095ff

Browse files
committed
adapt tests to stac crawler limit argument
1 parent 96e4e6e commit 8b095ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/crawlers/test_stac.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def setUp(self):
2121
location='POINT(0 1)',
2222
username=None,
2323
password=None,
24-
filter=None)
24+
filter=None,
25+
limit=100)
2526

2627
def tearDown(self):
2728
self.client_patcher.stop()

0 commit comments

Comments
 (0)