From 1f6ea355fa4e194608338b271bfa5beb6b34b784 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 5 Jul 2024 09:48:28 +0000 Subject: [PATCH] Bug 37260: [DONT PUSH] Test only Force fail of BackgroundJob connect --- Koha/BackgroundJob.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/BackgroundJob.pm b/Koha/BackgroundJob.pm index 4525122e8c..622bb49dd7 100644 --- a/Koha/BackgroundJob.pm +++ b/Koha/BackgroundJob.pm @@ -63,7 +63,7 @@ Connect to the message broker using default guest/guest credential sub connect { my ( $self ); my $hostname = 'localhost'; - my $port = '61613'; + my $port = '616132'; my $config = C4::Context->config('message_broker'); my $credentials = { login => 'guest', -- 2.39.2