test/integration: wait for compose result

In the "test_compose" integration test, explicitly wait for the
compose result, instead of being ok with having created the
request for it.
This commit is contained in:
Christian Kellner 2020-09-16 15:02:21 +02:00
parent cf56696d90
commit 565cecc07f

View file

@ -58,6 +58,7 @@ class TestIntegration(unittest.TestCase):
"fedora-32",
"f32-candidate",
"x86_64",
"--wait",
repo=F32_REPO)
self.check_res(res)