API and database models refactoring
This commit is contained in:
@@ -83,7 +83,7 @@ class TestCSVProcessor:
|
||||
mock_get.return_value = mock_response
|
||||
|
||||
with pytest.raises(Exception):
|
||||
self.processor._download_csv("http://example.com/nonexistent.csv")
|
||||
self.processor.download_csv("http://example.com/nonexistent.csv")
|
||||
|
||||
def test_parse_csv_content(self):
|
||||
"""Test CSV content parsing"""
|
||||
|
||||
Reference in New Issue
Block a user