Bug 32594: (QA follow-up) Adjust tests

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-02-27 13:11:54 -03:00
parent d6f4edca00
commit 66e9bc71e4
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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;
};