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 "sys" property to bindingData of http-triggered functions #323

Merged
merged 6 commits into from
Jul 31, 2020

Conversation

mhoeger
Copy link
Contributor

@mhoeger mhoeger commented Jul 31, 2020

Resolves #317

@mhoeger mhoeger requested a review from pragnagopa July 31, 2020 02:58
{
HttpResponseMessage response = await HttpHelpers.InvokeHttpTrigger("HttpTriggerBindingData");
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
string responseBody = await response.Content.ReadAsStringAsync();
Copy link
Member

Choose a reason for hiding this comment

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

Possible to add a test that uses binary data?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mhoeger mhoeger merged commit 695a274 into v2.x Jul 31, 2020
@mhoeger mhoeger deleted the mhoeger/sysdata2 branch October 27, 2020 00:19
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