From 33cccd3eb39b9473ecc6ac85bdaeecc96f924a86 Mon Sep 17 00:00:00 2001 From: Azondekon Date: Tue, 6 Jun 2023 16:18:03 -0400 Subject: [PATCH] Update tests scripts --- tests/test_get_api_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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