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

Fix arrayed uploaded file examples #126

Merged
merged 2 commits into from
Aug 15, 2023

Conversation

champierre
Copy link
Contributor

I created this Pull Request because I encountered a problem similar to #46. Specifically, when I included an array of hashes in the POST request parameters, where the hash values were image files, I couldn't load the generated yaml file.

@codecov
Copy link

codecov bot commented Jul 6, 2023

Codecov Report

Merging #126 (24beca9) into master (0c92c20) will decrease coverage by 0.22%.
The diff coverage is 75.00%.

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   96.63%   96.42%   -0.22%     
==========================================
  Files          14       14              
  Lines         416      419       +3     
==========================================
+ Hits          402      404       +2     
- Misses         14       15       +1     
Impacted Files Coverage Δ
lib/rspec/openapi/schema_builder.rb 97.87% <75.00%> (-1.03%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@exoego
Copy link
Owner

exoego commented Aug 15, 2023

LGTM
Thanks

@exoego exoego merged commit 6a1fbf4 into exoego:master Aug 15, 2023
12 of 14 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