Use "output" as format argument

Nearly everywhere else the query argument for output format is "t";
but here "t" is used for operations, and "output" is used for output
format.

The test suite will fail without this.
This commit is contained in:
Sajith Sasidharan 2020-06-03 14:06:55 -04:00
parent c15001269f
commit cbc414725c

View File

@ -211,6 +211,8 @@ class ResultsBase(object):
class LiteralCheckResultsRenderer(MultiFormatResource, ResultsBase):
formatArgument = "output"
def __init__(self, client):
super(LiteralCheckResultsRenderer, self).__init__()
self.client = client