Skip to content

Conversation

@vikasbolla
Copy link
Collaborator

  • Recently we have added the service limit extension check as part of this PR- Limit service expiry extension request to 5 Days #27. Since the current expiry date and time was read from db and for the new service the db entry does not exist, this check is currently getting by passed. So instead of reading from DB, it should be read from service object.

request: getResource("get-request-by-id-before-expiry", nil).(*models.Request),
},
{
name: "service expiry extesnion beyond maximum allowed",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: "service expiry extesnion beyond maximum allowed",
name: "service expiry extension beyond maximum allowed",

Copy link
Collaborator

@srivastav-abhishek srivastav-abhishek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vikasbolla vikasbolla merged commit edc1cb0 into IBM:main Jan 28, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants