From d098a0f3097988758ef28ab48add4c5e262c8ec0 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 9 Oct 2018 08:55:52 +0300 Subject: Add custom exception type for connection errors --- tests/test_gsxws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_gsxws.py') diff --git a/tests/test_gsxws.py b/tests/test_gsxws.py index 7dd3412..201a066 100644 --- a/tests/test_gsxws.py +++ b/tests/test_gsxws.py @@ -166,7 +166,7 @@ class CoreFunctionTestCase(TestCase): part = repairs.RepairOrderLine() part.partNumber = '661-5571' rep.orderLines = [part] - self.assertRegex(str(rep.dumps()), r'ääöö') + self.assertRegex(str(rep.dumps()), 'ääöö') def test_cache(self): """Make sure the cache is working.""" -- cgit v1.2.3