test: fix tests per wuttaweb v0.27.0

This commit is contained in:
Lance Edgar 2026-01-01 10:23:03 -06:00
parent ceb0c3226e
commit 9355f9982d
4 changed files with 4 additions and 1 deletions

View file

@ -7,4 +7,5 @@ from tests.util import WebTestCase
class TestSettingView(WebTestCase):
def test_includeme(self):
self.pyramid_config.add_directive('add_wutta_master_view', 'wuttaweb.conf.add_master_view')
self.pyramid_config.include('tailbone.views.settings')