It was always bytes.

This commit is contained in:
Itamar Turner-Trauring 2021-03-15 09:42:18 -04:00
parent 425313457b
commit 1c59d349ba

View File

@ -59,7 +59,7 @@ class ListAlias(GridTestMixin, CLITestMixin, unittest.TestCase):
# the node filesystem state.
aliases = get_aliases(self.get_clientdir())
self.assertIn(alias, aliases)
self.assertTrue(aliases[alias].startswith(u"URI:DIR2:"))
self.assertTrue(aliases[alias].startswith(b"URI:DIR2:"))
# And inspect the state via the user interface list-aliases command
# too.