Skip to content

Commit 68042fd

Browse files
karoscalexcjohnson
andauthored
Update tests/unit/test_configs.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent 6f54daf commit 68042fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_configs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ def test_pathname_prefix_assets(empty_environ, req, expected):
112112
("/app/" , None , "assets" , '/app/assets/reset.css'),
113113
(None , None , "css" , "/css/reset.css"),
114114
("/app/" , None , "css" , "/app/css/reset.css"),
115-
(None , "http:\\external.com/", "assets" , "http:\\external.com/assets/reset.css"),
116-
("/app/" , "http:\\external.com/", "css" , "http:\\external.com/css/reset.css"),
115+
(None , "http://external.com/", "assets" , "http://external.com/assets/reset.css"),
116+
("/app/" , "http://external.com/", "css" , "http://external.com/css/reset.css"),
117117
118118
],)
119119
def test_asset_url(empty_environ, requests_pathname_prefix, assets_external_path, assets_url_path, expected):

0 commit comments

Comments
 (0)