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

Commit 355b4bb

Browse files
committed
Remove file test due to pathing
1 parent 8fe1c48 commit 355b4bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_api.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ def test_valid_call(self):
2727
fs = firststreet.FirstStreet(api_key)
2828
fs.adaptation.get_detail([29], csv=False, limit=100)
2929

30-
def test_valid_file(self):
31-
api_key = os.environ['FSF_API_KEY']
32-
fs = firststreet.FirstStreet(api_key)
33-
fs.adaptation.get_detail("\\tests\\data_text\\adaptation_detail.txt", csv=False, limit=100)
34-
3530
def test_invalid_call(self):
3631
api_key = os.environ['FSF_API_KEY']
3732
fs = firststreet.FirstStreet(api_key)

0 commit comments

Comments
 (0)