Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit e12f271

Browse files
committed
Update API test
1 parent c9c5f83 commit e12f271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_vaid_key(self):
2525
def test_valid_call(self):
2626
api_key = os.environ['FSF_API_KEY']
2727
fs = firststreet.FirstStreet(api_key)
28-
adap = fs.adaptation.get_detail([29], csv=False, connection_limit=100)
28+
adap = fs.adaptation.get_detail([29], csv=False)
2929
assert len(adap) == 1
3030
assert adap[0].name == 'Riverfront Park'
3131

tests/test_command_line.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python -m firststreet -p adaptation.get_detail -i 39 -v v2
66
python -m firststreet -p location.get_detail -f .\tests\data_text\sample.txt
77
python -m firststreet -p location.get_detail -f .\tests\data_text\sample.txt -l property
88
python -m firststreet -p adaptation.get_detail -limit 1
9-
python -m firststreet -p location.get_detail -f .\tests\sam.txt -l property -limit 1
9+
python -m firststreet -p location.get_detail -f .\tests\sample.txt -l property -limit 1
1010
python -m firststreet -p adaptation.get_detail -i 39 -log True
1111
python -m firststreet -p adaptation.get_detail -i 39 -log False
1212
python -m firststreet -p adaptation.get_details_by_location -i 3807200 -l city -log True

0 commit comments

Comments
 (0)