From 71172fb6de4572c8f570711cb69b384c167d6ea4 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Tue, 15 Jan 2019 16:46:29 +0300 Subject: [PATCH] tests: fix test_no_control_file() which was broken by 94d7c4bb3b8b --- tests/show_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/show_test.py b/tests/show_test.py index 07f3be84..201839a7 100644 --- a/tests/show_test.py +++ b/tests/show_test.py @@ -133,7 +133,7 @@ class OptionTest(ProbackupTest, unittest.TestCase): self.assertIn( 'Control file "{0}" doesn\'t exist'.format(file), - self.show_pb(backup_dir, 'node', as_text=True)) + self.show_pb(backup_dir, 'node', as_text=True, as_json=False)) # Clean after yourself self.del_test_dir(module_name, fname)