diff --git a/tests/test_source_maarch.py b/tests/test_source_maarch.py index a41405c..2d2dcdf 100644 --- a/tests/test_source_maarch.py +++ b/tests/test_source_maarch.py @@ -42,7 +42,6 @@ class BaseMock(object): if hasattr(value, 'path'): value = getattr(self, attribute) match_decorator = urlmatch(netloc=self.netloc, path=value.path) - print value, self.netloc, '^/rest' + value.path endpoints.append(match_decorator(value)) return HTTMock(*endpoints)