summaryrefslogtreecommitdiff
path: root/tests/functional/r/redundant_unittest_assert.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/r/redundant_unittest_assert.py')
-rw-r--r--tests/functional/r/redundant_unittest_assert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/r/redundant_unittest_assert.py b/tests/functional/r/redundant_unittest_assert.py
index 2eb73e3d4..b7efffc4e 100644
--- a/tests/functional/r/redundant_unittest_assert.py
+++ b/tests/functional/r/redundant_unittest_assert.py
@@ -1,6 +1,6 @@
# pylint: disable=missing-docstring,too-few-public-methods
"""
-http://www.logilab.org/ticket/355
+https://www.logilab.org/ticket/355
If you are using assertTrue or assertFalse and the first argument is a
constant(like a string), then the assert will always be true. Therefore,
it should emit a warning message.