Skip to content

Commit

Permalink
[test] Fix resolver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk committed Apr 5, 2017
1 parent 410b22b commit d495eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/resolver_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ def assert_collection_fedmsg_emitted(self, fedmsg_mock, prev_state, new_state):
'new': new_state,
'koji_instance': 'primary',
'collection': 'f25',
'collection_name': 'Fedora Rawhide'},
'collection_name': 'Fedora Rawhide',
'repo_id': self.collection.latest_repo_id},
topic='collection.state.change'
)

Expand Down

0 comments on commit d495eff

Please sign in to comment.