#3913 closed defect (fixed)

Test failure in test_storage_web.py

Reported by: itamarst Owned by: itamarst
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

File "D:\a\tahoe-lafs\tahoe-lafs\.tox\py310-coverage\lib\site-packages\allmydata\test\test_storage_web.py", line 164, in _check2
      self.failUnless(b"Next crawl in 59 minutes" in s or "Next crawl in 60 minutes" in s, s)
      builtins.TypeError: a bytes-like object is required, not 'str'

Change History (1)

comment:1 Changed at 2022-08-15T13:50:05Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 7dd346a/trunk:

Merge pull request #1209 from tahoe-lafs/3913-bytes-vs-str

Fix a bytes-vs-str bug

Fixes ticket:3913

Note: See TracTickets for help on using tickets.