From 027ef7444a052f5aa7d481185861e4adb5fe8528 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 1 Mar 2023 11:10:27 +0000 Subject: [PATCH] Revert "Bug 32594: (QA follow-up) Adjust tests" This reverts commit b7b8179380335914b1efc787410fdfb9b87f7821. --- 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 ccff377c04..ee8fd389ec 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, 'elastic_index', 'BatchUpdateItem should use the default queue' ); + is( $job->queue, 'default', 'BatchUpdateItem should use the default queue' ); $schema->storage->txn_rollback; }; -- 2.39.2