Remove the pushed_image_count since we aren't getting the data anyway
This commit is contained in:
parent
208c97776f
commit
ea96dbb2ad
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
})
|
||||
|
||||
|
|
Reference in a new issue