Skip to content

Commit d7c467b

Browse files
committed
test: Use a simple incorrect url
1 parent cdf3d4e commit d7c467b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/tests/test_validator.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ def test_get_valid_values_with_url():
4848
}
4949
)
5050

51-
""" with pytest.raises(
52-
ValueError, match="Failed to fetch CSV from URL: HTTP Error 403: Forbidden ."
53-
):
51+
with pytest.raises(ValueError):
5452
valid_values = get_valid_values(
55-
"https://cd.wsform.com/wp-content/uploads/2021/04/month.csv",
53+
"https://coucou.csv/",
5654
"Name",
57-
) """
55+
)

0 commit comments

Comments
 (0)