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

Techdebt: Simplify MQ routing #7190

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

bblommers
Copy link
Collaborator

Simplify request parsing by delegating it to the dispatch-method

The method_dispatch was originally introduced in #6746

@bblommers bblommers added the moto-core PR's that touch the core functionality. This will trigger additional tests. label Jan 5, 2024
@bblommers bblommers added this to the 4.2.13 milestone Jan 5, 2024
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eac1609) 95.91% compared to head (590ddca) 95.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7190      +/-   ##
==========================================
- Coverage   95.91%   95.90%   -0.01%     
==========================================
  Files         840      840              
  Lines       82681    82616      -65     
==========================================
- Hits        79300    79235      -65     
  Misses       3381     3381              
Flag Coverage Δ
servertests 35.47% <46.51%> (+0.01%) ⬆️
unittests 95.85% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bblommers bblommers merged commit 57bc607 into getmoto:master Jan 5, 2024
53 checks passed
@bblommers bblommers deleted the techdebt/simplify-mq-routing branch January 5, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moto-core PR's that touch the core functionality. This will trigger additional tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant