mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
formatting and explicit unicode string literals
This commit is contained in:
parent
cbb96bd57a
commit
f66a8ab136
@ -180,7 +180,10 @@ def matches_stats(testcase):
|
||||
MatchesStructure(
|
||||
code=Equals(OK),
|
||||
# "The content type MUST be..."
|
||||
headers=has_header("content-type", "application/openmetrics-text; version=1.0.0; charset=utf-8"),
|
||||
headers=has_header(
|
||||
u"content-type",
|
||||
u"application/openmetrics-text; version=1.0.0; charset=utf-8",
|
||||
),
|
||||
),
|
||||
AfterPreprocessing(
|
||||
readBodyText,
|
||||
|
Loading…
Reference in New Issue
Block a user