Parcourir la source

[2823-regression] Fix test name in a comment

Mukund Sivaraman il y a 12 ans
Parent
commit
2a1a86b1b7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/stats/tests/stats_test.py

+ 2 - 2
src/bin/stats/tests/stats_test.py

@@ -1412,8 +1412,8 @@ class TestStats(unittest.TestCase):
 
 class Z_TestOSEnv(unittest.TestCase):
     # Running this test would break logging setting.  To prevent it from
-    # affecting other tests we use the same workaround as
-    # Z_TestStatsHttpdError.
+    # affecting other tests we use the same workaround as Z_TestOSEnv in
+    # stats-httpd_test.py.
     def test_osenv(self):
         """
         test for the environ variable "B10_FROM_SOURCE"