We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf3d4e commit d7c467bCopy full SHA for d7c467b
1 file changed
src/tests/test_validator.py
@@ -48,10 +48,8 @@ def test_get_valid_values_with_url():
48
}
49
)
50
51
- """ with pytest.raises(
52
- ValueError, match="Failed to fetch CSV from URL: HTTP Error 403: Forbidden ."
53
- ):
+ with pytest.raises(ValueError):
54
valid_values = get_valid_values(
55
- "https://cd.wsform.com/wp-content/uploads/2021/04/month.csv",
+ "https://coucou.csv/",
56
"Name",
57
- ) """
+ )
0 commit comments