diff --git a/tests/test_get_api_data.py b/tests/test_get_api_data.py index 6f7dfb1..e084ded 100644 --- a/tests/test_get_api_data.py +++ b/tests/test_get_api_data.py @@ -24,4 +24,4 @@ def test_get_api_data(): assert isinstance(data4, pd.DataFrame) with pytest.raises(Exception): - get_api_data(url, profile=[]) \ No newline at end of file + get_api_data(url, profile=None) \ No newline at end of file