diff options
Diffstat (limited to 'repoze/bfg/tests/test_zcml.py')
| -rw-r--r-- | repoze/bfg/tests/test_zcml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_zcml.py b/repoze/bfg/tests/test_zcml.py index 5fdf25f33..0c8cccb06 100644 --- a/repoze/bfg/tests/test_zcml.py +++ b/repoze/bfg/tests/test_zcml.py @@ -1055,7 +1055,7 @@ class TestTranslationDirDirective(unittest.TestCase): def test_it(self): from repoze.bfg.configuration import Configurator context = DummyContext() - tdir = 'repoze.bfg.tests.fixtures:locale' + tdir = 'repoze.bfg.tests.localeapp:locale' self._callFUT(context, tdir) actions = context.actions self.assertEqual(len(actions), 1) |
