From 4983421128e2e0fc92c771510f7b3af57de6d855 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Sun, 18 Jun 2017 08:32:29 +0200
Subject: [PATCH] configure resource_url to use the same logic

---
 pyramid/tests/test_config/test_views.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pyramid/tests/test_config/test_views.py b/pyramid/tests/test_config/test_views.py
index 0816d99..8602543 100644
--- a/pyramid/tests/test_config/test_views.py
+++ b/pyramid/tests/test_config/test_views.py
@@ -3411,6 +3411,7 @@
     subpath = ()
     matchdict = None
     request_iface  = IRequest
+    application_url = 'http://example.com/foo'
 
     def __init__(self, environ=None):
         if environ is None:

--
Gitblit v1.9.3