Skip to content

Commit

Permalink
Update tests scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Jun 6, 2023
1 parent 91a0b80 commit 33cccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def test_get_api_data():
assert isinstance(data4, pd.DataFrame)

with pytest.raises(Exception):
get_api_data(url, profile=[])
get_api_data(url, profile=None)

0 comments on commit 33cccd3

Please sign in to comment.