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:
parent
00d602efc3
commit
f616becf39
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue