From 3ba60c9a9323f1fcadf9ef8d4eeb482edb8a39b2 Mon Sep 17 00:00:00 2001 From: sfarouq-ext Date: Sun, 11 Feb 2024 20:06:56 +0000 Subject: [PATCH] 5 --- tests/issueFields.json | 4 ++-- tests/testIssueFields.json | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/tests/issueFields.json b/tests/issueFields.json index ebf4a6ac2b1..b50d093daf8 100644 --- a/tests/issueFields.json +++ b/tests/issueFields.json @@ -9,9 +9,9 @@ "id": "10271", "name": "Test Execution" }, - "components" : [ + "components": [ { - "name":"centreon-collect" + "name": "centreon-collect" } ] }, diff --git a/tests/testIssueFields.json b/tests/testIssueFields.json index f361ca46731..207fccad81a 100644 --- a/tests/testIssueFields.json +++ b/tests/testIssueFields.json @@ -1,9 +1,12 @@ { - "fields": { + "fields": { "project": { - "id": "11100" + "id": "11100" }, - "labels": ["Server", "Robot"], + "labels": [ + "Server", + "Robot" + ], "testType": "API" - } + } } \ No newline at end of file