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

test: Fix http integration test #88

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

Satvindar
Copy link
Contributor

Replace the HeaderString::c_str() API with getStringView() and EXPECT_STREQ with EXPECT_EQ for string objects comparision

Docs Changes: None
Release Notes: None
Fixes #87

@Satvindar
Copy link
Contributor Author

@dio, Need your help here as I am not able to add a reviewer for this PR?
Thanks!!

@dio
Copy link
Member

dio commented Jun 4, 2019

@Satvindar Satvindar force-pushed the http-filter-integration-test-fix branch from 4f2faac to 56e15e4 Compare June 4, 2019 06:58
@Satvindar
Copy link
Contributor Author

Copy link
Member

@dio dio left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks!

@dio dio changed the title http-integration-test-fail:replaced c_str() to getStringView() test: Fix http integration test Jun 4, 2019
@dio dio merged commit c88e0c4 into envoyproxy:master Jun 4, 2019
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.

http integration tests: Migrate c_str to getStringView
3 participants