From 48b1581ec5c91cff6667268f2cf9f71556a0527b Mon Sep 17 00:00:00 2001 From: Yogesh Tewari Date: Thu, 5 Aug 2021 15:33:12 -0400 Subject: [PATCH] feat: Allow user to specify a format for stdout. Test case fixes(#242) --- tests/unit/test_schema_validation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_schema_validation.py b/tests/unit/test_schema_validation.py index 209c753c1..f7987fa36 100644 --- a/tests/unit/test_schema_validation.py +++ b/tests/unit/test_schema_validation.py @@ -51,7 +51,7 @@ consts.CONFIG_AGGREGATES: [], consts.CONFIG_THRESHOLD: 0.0, consts.CONFIG_RESULT_HANDLER: None, - # consts.CONFIG_FORMAT: "table", + consts.CONFIG_FORMAT: "table", } STRING_CONSTANT = "constant"