fix tests according to pytests warnings

This commit is contained in:
Tomas Kopecek 2022-10-24 10:40:50 +02:00
parent 79d3750629
commit 2daa71614e
8 changed files with 10 additions and 10 deletions

View file

@ -106,4 +106,4 @@ class TestBuildNotification(unittest.TestCase):
if six.PY2:
msg_expect = msg_expect.decode()
self.assertMultiLineEqual(message.decode(), msg_expect.decode())
locale.resetlocale()
locale.setlocale(locale.LC_ALL, "")