mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Fix a pyflakes warning.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
efc223ad1f
commit
488cfb939f
@ -31,8 +31,6 @@ class Basic(testutil.ReallyEqualMixin, unittest.TestCase):
|
||||
client.Client(basedir)
|
||||
|
||||
def test_comment(self):
|
||||
dummy = "pb://wl74cyahejagspqgy4x5ukrvfnevlknt@127.0.0.1:58889/bogus"
|
||||
|
||||
should_fail = [r"test#test", r"#testtest", r"test\\#test"]
|
||||
should_not_fail = [r"test\#test", r"test\\\#test", r"testtest"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user