From 5a1950121af5f70c473ce8e74b6d9044e8b9e375 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Tue, 20 Jun 2017 04:33:54 +0200
Subject: [PATCH] Merge pull request #3034 from russellballestrini/1.9-refactor-parse-url-overrides

---
 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