#300 Add missing 'compose_ids' to build_container() call
Merged by jkaluza. Opened by jkaluza.
jkaluza/freshmaker compose-ids-fix  into  master

Download 300.patch

There is ContainerBuildHandler.build_container(...) method which calls KojiService.build_container(...) method. We added compose_ids kwarg to the first one, but forgot to pass it down to the second one.

The test part of this PR is just fixing test broken in some previous commits...

:thumbsup:

Pull-Request has been merged by jkaluza

Metadata