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

SQS: Support JSON format #6331

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

bblommers
Copy link
Collaborator

Fixes #6286

@bblommers bblommers added this to the 4.1.10 milestone May 18, 2023
@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #6331 (d68b03a) into master (523225d) will decrease coverage by 0.12%.
The diff coverage is 61.34%.

@@            Coverage Diff             @@
##           master    #6331      +/-   ##
==========================================
- Coverage   96.28%   96.16%   -0.12%     
==========================================
  Files         792      793       +1     
  Lines       77067    77397     +330     
==========================================
+ Hits        74203    74429     +226     
- Misses       2864     2968     +104     
Flag Coverage Δ
servertests 36.90% <32.35%> (-0.05%) ⬇️
unittests 96.10% <61.34%> (-0.12%) ⬇️

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

Impacted Files Coverage Δ
moto/core/exceptions.py 95.83% <25.00%> (-4.17%) ⬇️
moto/sqs/responses.py 78.06% <59.04%> (-17.94%) ⬇️
moto/sqs/models.py 96.08% <66.66%> (-0.14%) ⬇️
moto/sqs/utils.py 96.00% <88.23%> (+0.65%) ⬆️
moto/utilities/constants.py 100.00% <100.00%> (ø)

... and 6 files with indirect coverage changes

@bblommers bblommers modified the milestones: 4.1.10, 4.1.11 May 21, 2023
@bblommers bblommers merged commit 42b03d3 into getmoto:master May 24, 2023
@bblommers bblommers deleted the feature/sqs-json-format branch May 24, 2023 21:19
@github-actions
Copy link
Contributor

This is now part of moto >= 4.1.11.dev7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating of SQS queues with latest botorecore (1.29.127) is broken
1 participant