diff --git a/bodhi/tests/server/services/test_updates.py b/bodhi/tests/server/services/test_updates.py index 83a52243c4..3e7dc9ba90 100644 --- a/bodhi/tests/server/services/test_updates.py +++ b/bodhi/tests/server/services/test_updates.py @@ -3933,7 +3933,7 @@ def test_batched_update(self, publish, *args): @mock.patch('bodhi.server.notifications.publish') def test_newpackage_update_bypass_batched(self, publish, *args): """ - Make sure a security update skips the 'batched' request and immediately enters stable + Make sure a newpackage update skips the 'batched' request and immediately enters stable upon getting the sufficient number of karma. """ nvr = u'bodhi-2.0.0-2.fc17'