Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#8546] Fix exception with rake task #8547

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

gbp
Copy link
Member

@gbp gbp commented Jan 20, 2025

Relevant issue(s)

Fixes #8546

What does this do?

Fix exception with rake task

Why was this needed?

Update options passed into InfoRequest.reject_incoming_at_mta to ensure they are cast to integer correct as the method expects. Tests only pass in integers so we should here too.

[skip changelog]

Update options passed into `InfoRequest.reject_incoming_at_mta` to
ensure they are cast to integer correct as the method expects. Tests
only pass in integers so we should here too.

Fixes #8546
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.

[ERROR] NoMethodError: undefined method 'months' for an instance of String
1 participant