# HG changeset patch # User Ludovic Chabant # Date 1538879267 25200 # Node ID 2027ab79f006217b494ec66e7e94605a00ee0ae2 # Parent 2fc9abd930235fbd28462f1f38ae76b5ee3230b0 tests: Fix exclusion of built-in endpoints in tests. diff -r 2fc9abd93023 -r 2027ab79f006 tests/mock.py --- a/tests/mock.py Sun Sep 30 21:40:15 2018 -0700 +++ b/tests/mock.py Sat Oct 06 19:27:47 2018 -0700 @@ -91,7 +91,7 @@ class MockFileSystem(FileSystem): def __init__(self, root, config, structure=None): super(MockFileSystem, self).__init__(root, config) - self.include_builtin_namespaces = False + self.include_builtin_endpoints = False if not structure: self.structure = {} else: