Commit 1fa7fbd6 authored by Łukasz Nowak's avatar Łukasz Nowak

Restore dry run parameter.

parent 03828c2d
......@@ -93,7 +93,7 @@ class SlapformatMixin(unittest.TestCase):
def setUp(self):
config = FakeConfig()
config.dry_run = False
config.dry_run = True
config.verbose = True
logger = logging.getLogger('testcatch')
logger.setLevel(logging.DEBUG)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment