cloudapi/test: add task_id to the compose request

It's actually required by the schema.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2022-05-13 10:04:53 +02:00 committed by Chloe Kaubisch
parent 00d602efc3
commit f616becf39

View file

@ -419,7 +419,8 @@ func TestKojiCompose(t *testing.T) {
"server": "koji.example.com",
"name":"foo",
"version":"1",
"release":"2"
"release":"2",
"task_id": 42
}
}`, test_distro.TestDistroName, test_distro.TestArch3Name, string(v2.ImageTypesGuestImage)),
c.composeReplyCode, c.composeReply, "id", "operation_id")