From 52233d85f1c517aaa51d279e4bd58d2f20f682a9 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Tue, 20 May 2025 11:08:33 +0200 Subject: [PATCH] - fixed testcases (testhost switched to https) --- lib/Test/TA.pm | 2 +- t/02-init.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Test/TA.pm b/lib/Test/TA.pm index a6c9c77..9627cd1 100644 --- a/lib/Test/TA.pm +++ b/lib/Test/TA.pm @@ -70,7 +70,7 @@ sub is_testhost_available () { --- elasticsearch_host: $testhost elasticsearch_port: $testport -http_only: 1 +http_only: ~ logdir: /tmp password: 839852bed005a7f1237578a6ac1197c142f7d0dd58bb248446dc7849d4bf770902e7f980ad83d39008ad638bc41e2345 permanent_volume: diff --git a/t/02-init.t b/t/02-init.t index 12308db..6e80249 100644 --- a/t/02-init.t +++ b/t/02-init.t @@ -61,7 +61,7 @@ _EOF_ --- elasticsearch_host: $testhost elasticsearch_port: $testport -http_only: 1 +http_only: ~ logdir: /tmp password: 839852bed005a7f1237578a6ac1197c142f7d0dd58bb248446dc7849d4bf770902e7f980ad83d39008ad638bc41e2345 permanent_volume: -- GitLab