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

Replaced deprecated res.HeaderMap with res.Header() #6

Merged
merged 1 commit into from
Nov 10, 2018

Conversation

eloyekunle
Copy link
Contributor

As described in #5, accessing response headers with ResponseRecorder.HeaderMap is currently deprecated.
This PR replaces ResponseRecorder.HeaderMap with ResponseRecorder.Header() across the tests.
Closes #5

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.061% when pulling 4807d1e on eloyekunle:master into a01ea90 on thedevsaddam:dev.

@thedevsaddam thedevsaddam merged commit ab8680e into thedevsaddam:dev Nov 10, 2018
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.

3 participants