Bugzilla – Attachment 192653 Details for
Bug 39438
Add additional fields to agreements periods
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39438: (RM follow-up): Fix failing test
Bug-39438-RM-follow-up-Fix-failing-test.patch (text/plain), 1.33 KB, created by
Lucas Gass (lukeg)
on 2026-02-06 17:28:26 UTC
(
hide
)
Description:
Bug 39438: (RM follow-up): Fix failing test
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-02-06 17:28:26 UTC
Size:
1.33 KB
patch
obsolete
>From 4982583280407e5e66287be870b0a29305bd530d Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 6 Feb 2026 17:28:06 +0000 >Subject: [PATCH] Bug 39438: (RM follow-up): Fix failing test > >--- > t/db_dependent/api/v1/extended_attribute_types.t | 10 ++++++++-- > 1 file changed, 8 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 ce63cb1ee57..17b00ff5b89 100755 >--- a/t/db_dependent/api/v1/extended_attribute_types.t >+++ b/t/db_dependent/api/v1/extended_attribute_types.t >@@ -219,8 +219,14 @@ 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, title.", path => "/resource_type" } ] ); >+ ->json_is( >+ "/errors" => [ >+ { >+ message => "Not in enum list: license, agreement, agreement_period, package, title.", >+ path => "/resource_type" >+ } >+ ] >+ ); > > # Warn on unsupported query parameter > $t->get_ok("//$userid:$password@/api/v1/erm/extended_attribute_types?blah=blah") >-- >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 39438
:
188307
|
188778
|
188779
|
189021
|
189022
|
189023
|
191895
|
192284
| 192653