From 4bb21239a94c2bc03fd23cfd8138a153ea17eaab Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 20 Dec 2023 17:21:41 +0000 Subject: [PATCH] Bug 34324: API Tests --- t/db_dependent/api/v1/tickets.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/db_dependent/api/v1/tickets.t b/t/db_dependent/api/v1/tickets.t index 302657172f2..3ad55f689c8 100755 --- a/t/db_dependent/api/v1/tickets.t +++ b/t/db_dependent/api/v1/tickets.t @@ -263,7 +263,10 @@ subtest 'add() tests' => sub { )->json_is( '/biblio_id' => $ticket->{biblio_id} )->json_is( '/title' => $ticket->{title} ) ->json_is( '/body' => $ticket->{body} )->json_is( '/reporter_id' => $patron->id ) ->tx->res->json->{ticket_id}; + }; + subtest 'extended_attributes tests' => sub { + plan tests => 1; }; $schema->storage->txn_rollback; -- 2.47.0