From 66e9bc71e423dea1b54ab397456caf8a3e820cae Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 27 Feb 2023 13:11:54 -0300 Subject: [PATCH] Bug 32594: (QA follow-up) Adjust tests Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t b/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t index ee8fd389ec5..ccff377c044 100755 --- a/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t +++ b/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t @@ -50,7 +50,7 @@ subtest 'enqueue() tests' => sub { is( $job->size, 1, 'Size is correct' ); is( $job->status, 'new', 'Initial status set correctly' ); - is( $job->queue, 'default', 'BatchUpdateItem should use the default queue' ); + is( $job->queue, 'elastic_index', 'BatchUpdateItem should use the default queue' ); $schema->storage->txn_rollback; }; -- 2.34.1