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...
There is
ContainerBuildHandler.build_container(...)method which callsKojiService.build_container(...)method. We addedcompose_idskwarg 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...