Skip to content

Commit 7ba7a49

Browse files
committed
Try null URL
1 parent 617d436 commit 7ba7a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def get_app_config(database, nondefaults=None):
331331
"sessions.secret": "123456",
332332
"sessions.url": "redis://localhost:0/",
333333
"statuspage.url": "https://2p66nmmycsj3.statuspage.io",
334-
"warehouse.xmlrpc.cache.url": "redis://localhost:0/",
334+
"warehouse.xmlrpc.cache.url": "null://",
335335
"terms.revision": "initial",
336336
}
337337

0 commit comments

Comments
 (0)