Skip to content

Commit

Permalink
feat: Allow user to specify a format for stdout. Test case fixes(#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh Tewari committed Aug 5, 2021
1 parent e37a88a commit 48b1581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_schema_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 48b1581

Please sign in to comment.