diff --git a/tests/htwgnlp/test_preprocessing.py b/tests/htwgnlp/test_preprocessing.py index d66916b..913a1f0 100644 --- a/tests/htwgnlp/test_preprocessing.py +++ b/tests/htwgnlp/test_preprocessing.py @@ -39,6 +39,10 @@ "URLs like this one: http://example.com and https://another.com", "URLs like this one: and ", ), + ( + "URLs with the http-protocol like this one: http://example.com and http://another.com", + "URLs with the http-protocol like this one: and ", + ), ("https://example.com/with/path?query=1", ""), ], )