Parcourir la source

[2853] Fix docstring of testcase

Mukund Sivaraman il y a 12 ans
Parent
commit
55f676522e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/python/isc/datasrc/tests/clientlist_test.py

+ 2 - 2
src/lib/python/isc/datasrc/tests/clientlist_test.py

@@ -257,8 +257,8 @@ class ClientListTest(unittest.TestCase):
 
     def test_get_status_unused(self):
         """
-        Test getting status when segment type is mapped and it has not
-        been reset yet.
+        Test getting status when segment type is mapped, but the cache
+        is disabled.
         """
 
         self.clist = isc.datasrc.ConfigurableClientList(isc.dns.RRClass.IN)