mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
It's bytes now.
This commit is contained in:
parent
671e829f4e
commit
2999ca4579
@ -51,7 +51,7 @@ def test_upload_immutable(reactor, temp_dir, introducer_furl, flog_gatherer, sto
|
||||
yield proto.done
|
||||
assert False, "should raise exception"
|
||||
except util.ProcessFailed as e:
|
||||
assert "UploadUnhappinessError" in e.output
|
||||
assert b"UploadUnhappinessError" in e.output
|
||||
|
||||
output = proto.output.getvalue()
|
||||
assert b"shares could be placed on only" in output
|
||||
|
Loading…
x
Reference in New Issue
Block a user