mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 03:36:44 +00:00
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:
parent
c15001269f
commit
cbc414725c
@ -211,6 +211,8 @@ class ResultsBase(object):
|
||||
|
||||
class LiteralCheckResultsRenderer(MultiFormatResource, ResultsBase):
|
||||
|
||||
formatArgument = "output"
|
||||
|
||||
def __init__(self, client):
|
||||
super(LiteralCheckResultsRenderer, self).__init__()
|
||||
self.client = client
|
||||
|
Loading…
Reference in New Issue
Block a user