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

Add x-sepia-test-name header support #1

Merged
merged 1 commit into from Dec 24, 2013

Conversation

avik-das
Copy link
Contributor

The README.md explains the rationale and mechanism behind this feature.

The README.md explains the rationale and mechanism behind this feature.

var filtered = {};

for (var key in headers) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use lodash _.pick instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sepia has no non-development dependencies. Even lodash is only as a dev dependency.

In any case, _.pick wouldn't work because what we're looking for is actually _.filter. or _.reject.

deepankgupta added a commit that referenced this pull request Dec 24, 2013
Add x-sepia-test-name header support
@deepankgupta deepankgupta merged commit 55dc617 into LinkedInAttic:master Dec 24, 2013
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.

None yet

2 participants