mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-27 03:52:56 +03:00
test issue 1386 fixed
This commit is contained in:
parent
6e828f8457
commit
3c23f56e85
|
|
@ -249,6 +249,7 @@ class Issue1386Tests(TestCase):
|
|||
"asdf.com",
|
||||
"asdf.net",
|
||||
"www.as_df.org",
|
||||
"as.d8f.ghj8.gov",
|
||||
]
|
||||
for i in correct_urls:
|
||||
res = urlize(i)
|
||||
|
|
@ -258,7 +259,6 @@ class Issue1386Tests(TestCase):
|
|||
incorrect_urls = [
|
||||
"mailto://asdf@fdf.com",
|
||||
"asdf.netnet",
|
||||
"as.d8f.ghj8.gov",
|
||||
]
|
||||
for i in incorrect_urls:
|
||||
res = urlize(i)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user