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

Cmw wrap #27

Merged
merged 1 commit into from
May 12, 2023
Merged

Cmw wrap #27

merged 1 commit into from
May 12, 2023

Conversation

yogeshbdeshpande
Copy link
Contributor

@yogeshbdeshpande yogeshbdeshpande commented May 9, 2023

Fixes #28

@yogeshbdeshpande yogeshbdeshpande force-pushed the cmw-wrap branch 2 times, most recently from cfef03c to 706d690 Compare May 9, 2023 21:23
@yogeshbdeshpande yogeshbdeshpande marked this pull request as ready for review May 9, 2023 21:24
Fixes #28

Signed-off-by: Yogesh Deshpande <[email protected]>
assert.Equal(t, http.MethodPost, r.Method)
ev, err := ioutil.ReadAll(r.Body)
evs := base64.StdEncoding.EncodeToString(ev)
require.Nil(t, err)
Copy link
Contributor

Choose a reason for hiding this comment

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

needs to move one line up

@thomas-fossati thomas-fossati merged commit 8ecbc73 into main May 12, 2023
@thomas-fossati thomas-fossati deleted the cmw-wrap branch May 12, 2023 15:13
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.

Introduce CMW Wrapping
2 participants