This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit e7469039fc56caf5ed792dfc2c6ca8f24e617444
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Thu Oct 23 15:16:05 2025 +0200

    Partial fix of jira
---
 .../org/apache/camel/quarkus/component/jira/it/JiraTestResource.java    | 2 +-
 .../rest_api_latest_search-a8497662-b947-4b46-9815-9e04995588c8.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTestResource.java
 
b/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTestResource.java
index ba66759c1d..746eb80ec9 100644
--- 
a/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTestResource.java
+++ 
b/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTestResource.java
@@ -34,7 +34,7 @@ public class JiraTestResource extends 
WireMockTestResourceLifecycleManager {
     @Override
     public Map<String, String> start() {
         Map<String, String> options = super.start();
-        String jiraUrl = envOrDefault(JIRA_ENV_URL, "http://localhost:8080";);
+        String jiraUrl = envOrDefault(JIRA_ENV_URL, "http://localhost:8080/";);
         if (options.containsKey("wiremock.url")) {
             jiraUrl = options.get("wiremock.url");
         }
diff --git 
a/integration-tests/jira/src/test/resources/mappings/rest_api_latest_search-a8497662-b947-4b46-9815-9e04995588c8.json
 
b/integration-tests/jira/src/test/resources/mappings/rest_api_latest_search-a8497662-b947-4b46-9815-9e04995588c8.json
index 17370856f0..e73c4e14b3 100644
--- 
a/integration-tests/jira/src/test/resources/mappings/rest_api_latest_search-a8497662-b947-4b46-9815-9e04995588c8.json
+++ 
b/integration-tests/jira/src/test/resources/mappings/rest_api_latest_search-a8497662-b947-4b46-9815-9e04995588c8.json
@@ -2,7 +2,7 @@
   "id" : "a8497662-b947-4b46-9815-9e04995588c8",
   "name" : "rest_api_latest_search",
   "request" : {
-    "url" : 
"/rest/api/latest/search?jql=id+%3E+10304+AND+project%3DTEST+ORDER+BY+key+desc&expand=schema%2Cnames&fields=*navigable&maxResults=1&startAt=0",
+    "url" : 
"/rest/api/latest/search?jql=created+%3E+%222021-05-26+08%3A31%22+AND+project%3DTEST+ORDER+BY+created+DESC&expand=schema%2Cnames&fields=*navigable&maxResults=1&startAt=0",
     "method" : "GET"
   },
   "response" : {

Reply via email to