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 integer as header value #349

Merged
merged 2 commits into from
Sep 27, 2017

Conversation

prosac
Copy link

@prosac prosac commented Jun 16, 2017

In my current project a request header has an integer value.

RspecApiDocumentation::Curl#format_auth_header tries to send #gsub to the value which Numerics do not respond to. I added a naive check for that.

@oestrich oestrich merged commit e4bd4cf into zipmark:master Sep 27, 2017
@oestrich
Copy link
Contributor

Sorry for the slow response. Thanks for the PR!

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