From 301bf288ffddc09a8e4a907855f947e3388b15e8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 26 Apr 2024 17:10:21 -0300 Subject: [PATCH] Bug 36495: Fix erm_counter_files.t Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/api/v1/erm_counter_files.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/api/v1/erm_counter_files.t b/t/db_dependent/api/v1/erm_counter_files.t index e956f797a07..3aba4138822 100755 --- a/t/db_dependent/api/v1/erm_counter_files.t +++ b/t/db_dependent/api/v1/erm_counter_files.t @@ -153,7 +153,7 @@ subtest 'get() tests' => sub { $counter_file_to_delete->delete; $t->get_ok("//$userid:$password@/api/v1/erm/counter_files/$non_existent_id/file/content")->status_is(404) - ->json_is( '/error' => 'Counter file not found' ); + ->json_is( '/error' => 'COUNTER file not found' ); $schema->storage->txn_rollback; }; -- 2.44.0