aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/yarl/patches/01-fix-tests.patch
blob: 1d74ed5bc7608567a79c099f8b636048fdd0e529 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/yarl/tests/test_url.py	(index)
+++ contrib/python/yarl/tests/test_url.py	(working tree)
@@ -12,7 +12,7 @@ def test_inheritance():
 
     assert (
         "Inheriting a class "
-        "<class 'test_url.test_inheritance.<locals>.MyURL'> "
+        "<class '__tests__.test_url.test_inheritance.<locals>.MyURL'> "
         "from URL is forbidden" == str(ctx.value)
     )