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

Make output JSON serializable #961

Closed
wants to merge 1 commit into from

Conversation

bashtoni
Copy link

9256870 breaks assumed roles in AWS CLI because it adds HTTP headers in a botocore.vendored.requests.structures.CaseInsensitiveDict. AWS CLI caches details to disk by serializing to JSON.

Resolve this by coercing into a normal dict.

@codecov-io
Copy link

Current coverage is 97.31%

Merging #961 into develop will not change coverage

@@            develop       #961   diff @@
==========================================
  Files            43         43          
  Lines          7014       7014          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           6826       6826          
  Misses          188        188          
  Partials          0          0          

Powered by Codecov. Last updated by fac5529...4660ab1

@JordonPhillips
Copy link
Contributor

Could you please add a test for this?

@jamesls
Copy link
Member

jamesls commented Jun 22, 2016

I'll go ahead and take this and add a test. I'd like to get this fixed asap so I'll add a test.

@jamesls jamesls self-assigned this Jun 22, 2016
@jamesls
Copy link
Member

jamesls commented Jun 22, 2016

Pulled in this PR and added a test. Let's track the remaining work in #962

@jamesls jamesls closed this Jun 22, 2016
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.

4 participants