Skip to content

Commit

Permalink
Correct docblock to read "newpackage update" instead of "security upd…
Browse files Browse the repository at this point in the history
…ate"
  • Loading branch information
crungehottman authored and bowlofeggs committed Aug 14, 2017
1 parent c230d99 commit a3a2eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bodhi/tests/server/services/test_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -3956,7 +3956,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'
Expand Down

0 comments on commit a3a2eab

Please sign in to comment.