Integration test passed on Python 3.

This commit is contained in:
Itamar Turner-Trauring 2021-05-07 10:48:50 -04:00
parent 6df076dc10
commit b11cc9137b
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ def test_upload_immutable(reactor, temp_dir, introducer_furl, flog_gatherer, sto
assert isinstance(e, ProcessTerminated)
output = proto.output.getvalue()
assert "shares could be placed on only" in output
assert b"shares could be placed on only" in output

View File

@ -318,7 +318,7 @@ class Root(MultiFormatResource):
}
version = server.get_version()
if version is not None:
description[u"version"] = version["application-version"]
description[u"version"] = version[b"application-version"]
return description