|
@@ -1290,7 +1290,7 @@ class TestStats(unittest.TestCase):
|
|
# statistics, while do_polling() can ask for module statistics in an
|
|
# statistics, while do_polling() can ask for module statistics in an
|
|
# unpredictable order (if hash randomization is enabled, which is
|
|
# unpredictable order (if hash randomization is enabled, which is
|
|
# the case by default for Python 3.3). To make it predictable and
|
|
# the case by default for Python 3.3). To make it predictable and
|
|
- # the prepared answer doesn't cause disruption, we remove the
|
|
|
|
|
|
+ # ensure the prepared answer doesn't cause disruption, we remove the
|
|
# information for the Auth module for this test.
|
|
# information for the Auth module for this test.
|
|
del stat.statistics_data['Auth']
|
|
del stat.statistics_data['Auth']
|
|
|
|
|