Tests: Updated to non-deprecated Boolean values

This commit is contained in:
Paul Beckingham
2016-09-04 16:13:23 -04:00
parent 0b729b5d97
commit d8bf209f29
23 changed files with 57 additions and 57 deletions

View File

@@ -80,7 +80,7 @@ class TestShowHelperCommand(TestCase):
def test_show_helper_no_arg(self):
"""Verify _show command lists all with no arg provided"""
code, out, err = self.t("_show")
self.assertIn("debug=no\n", out)
self.assertIn("debug=0\n", out)
self.assertIn("verbose=", out)