Skip to content

Commit

Permalink
Removed a restricted URL value from test for simplicity - it raises a…
Browse files Browse the repository at this point in the history
… slightly different error
  • Loading branch information
cicdw committed Sep 7, 2024
1 parent 01a5838 commit 1abccd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/blocks/test_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
("not a url", ""),
("http://", ""),
("https://", ""),
("http://[]/foo/bar", ""),
("ftp://example.com", "HTTP and HTTPS"),
("gopher://example.com", "HTTP and HTTPS"),
("https://localhost", "private address"),
Expand Down

0 comments on commit 1abccd9

Please sign in to comment.