summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider/consider_using_with.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/c/consider/consider_using_with.py')
-rw-r--r--tests/functional/c/consider/consider_using_with.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/c/consider/consider_using_with.py b/tests/functional/c/consider/consider_using_with.py
index 1c87582ee..e8e162337 100644
--- a/tests/functional/c/consider/consider_using_with.py
+++ b/tests/functional/c/consider/consider_using_with.py
@@ -230,7 +230,7 @@ with used_pool:
def test_subscript_assignment():
"""
- Regression test for issue https://github.com/PyCQA/pylint/issues/4732.
+ Regression test for issue https://github.com/pylint-dev/pylint/issues/4732.
If a context manager is assigned to a list or dict, we are not able to
tell if / how the context manager is used later on, as it is not assigned
to a variable or attribute directly.