Remove the pushed_image_count since we aren't getting the data anyway

This commit is contained in:
Joseph Schorr 2014-10-22 15:26:29 -04:00
parent 208c97776f
commit ea96dbb2ad
2 changed files with 0 additions and 6 deletions

View file

@ -84,7 +84,6 @@ class RepoPushEvent(NotificationEvent):
def get_sample_data(self, repository):
return build_event_data(repository, {
'updated_tags': {'latest': 'someimageid', 'foo': 'anotherimage'},
'pushed_image_count': 10,
'pruned_image_count': 3
})