diff --git a/testproj/testproj/util.py b/testproj/testproj/util.py index 7128148..8a9c3a3 100644 --- a/testproj/testproj/util.py +++ b/testproj/testproj/util.py @@ -13,5 +13,5 @@ def full_url(absolute_path): return "http://test.local:8002/no-reverse-match/" -full_url_lazy = lazy(full_url, str, type(None)) +full_url_lazy = lazy(full_url, str) static_lazy = lazy(static, str)