Bugzilla – Attachment 191890 Details for
Bug 40192
Add additional fields to ERM titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40192: (follow-up) Adjust api/v1/extended_attribute_types.t test
Bug-40192-follow-up-Adjust-apiv1extendedattributet.patch (text/plain), 1.25 KB, created by
Lucas Gass (lukeg)
on 2026-01-22 20:26:17 UTC
(
hide
)
Description:
Bug 40192: (follow-up) Adjust api/v1/extended_attribute_types.t test
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-01-22 20:26:17 UTC
Size:
1.25 KB
patch
obsolete
>From 0398576b5e3dd1175ea90840088a56009217318f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 22 Jan 2026 20:24:47 +0000 >Subject: [PATCH] Bug 40192: (follow-up) Adjust > api/v1/extended_attribute_types.t test > >--- > t/db_dependent/api/v1/extended_attribute_types.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/api/v1/extended_attribute_types.t b/t/db_dependent/api/v1/extended_attribute_types.t >index b7c0dbaf74d..c293cb73bfe 100755 >--- a/t/db_dependent/api/v1/extended_attribute_types.t >+++ b/t/db_dependent/api/v1/extended_attribute_types.t >@@ -213,8 +213,8 @@ subtest 'list_erm() tests' => sub { > > # Cannot retrieve attributes from other tables > $t->get_ok("//$userid:$password@/api/v1/erm/extended_attribute_types?resource_type=order")->status_is(400) >- ->json_is( >- "/errors" => [ { message => "Not in enum list: license, agreement, package.", path => "/resource_type" } ] ); >+ ->json_is( "/errors" => >+ [ { message => "Not in enum list: license, agreement, package, title.", path => "/resource_type" } ] ); > > # Warn on unsupported query parameter > $t->get_ok("//$userid:$password@/api/v1/erm/extended_attribute_types?blah=blah")->status_is(400) >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40192
:
188211
|
188371
|
188374
|
188378
|
188777
|
189019
|
189020
|
191853
| 191890