mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-22 19:55:16 +00:00
Integration test passed on Python 3.
This commit is contained in:
parent
6df076dc10
commit
b11cc9137b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user