Merge 'origin/master' into 3653.use-newer-coveralls

This commit is contained in:
Sajith Sasidharan 2021-03-28 10:18:47 -04:00
commit d3d5e29432
2 changed files with 3 additions and 3 deletions

0
newsfragments/3654.minor Normal file
View File

View File

@ -233,9 +233,9 @@ class Invite(GridTestMixin, CLITestMixin, unittest.TestCase):
successfully send an invite
"""
invite = yield self._invite_success((
b"--shares-needed", b"1",
b"--shares-happy", b"2",
b"--shares-total", b"3",
"--shares-needed", "1",
"--shares-happy", "2",
"--shares-total", "3",
))
self.assertEqual(
invite["shares-needed"], "1",