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 unpacking update request #38

Merged
merged 1 commit into from
Mar 27, 2018
Merged

Fix unpacking update request #38

merged 1 commit into from
Mar 27, 2018

Conversation

lilic
Copy link
Collaborator

@lilic lilic commented Mar 26, 2018

This should fix #19

@n3wscott
Copy link
Contributor

LGTM

@shawn-hurley
Copy link
Contributor

Should we add test cases to verify that the correct data is getting passed through?

planID := vars[osb.VarKeyPlanID]
if planID != "" {
osbRequest.PlanID = &planID
asyncQueryParamVal := r.FormValue(osb.AcceptsIncomplete)
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@lilic
Copy link
Collaborator Author

lilic commented Mar 26, 2018

@shawn-hurley Agreed! Adding them now :)

@pmorie
Copy link
Owner

pmorie commented Mar 27, 2018

@lilic tells me she's time constrained and won't be able to finish the tests for a couple days. Merging now since I trust her to follow through :)

@pmorie pmorie merged commit 589b24e into master Mar 27, 2018
@lilic lilic deleted the lili/fix-update branch March 27, 2018 15:30
jboyd01 pushed a commit to jboyd01/osb-broker-lib that referenced this pull request Apr 17, 2018
Plumb image parameter through Makefile
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.

UpdateInstance does not correctly deserialize into osb.UpdateInstanceRequest
5 participants