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

Call Verify GHTTPWithGomega receiver funcs #454

Merged
merged 1 commit into from Jul 7, 2021

Conversation

macaptain
Copy link
Contributor

The GHTTPWithGomega struct has receiver functions to allow XUnit style
tests to use the ghttp server. However, some of these receiver functions
call out to Verify functions that use the package level gomega instead
of the struct's gomega.

Fixes #453

The GHTTPWithGomega struct has receiver functions to allow XUnit style
tests to use the ghttp server. However, some of these receiver functions
call out to Verify functions that use the package level gomega instead
of the struct's gomega.

Fixes onsi#453
@onsi
Copy link
Owner

onsi commented Jul 7, 2021

Thanks @macaptain !

@onsi onsi merged commit 496e6fd into onsi:master Jul 7, 2021
@macaptain macaptain deleted the fix-ghttp-xunit-verify branch July 7, 2021 12:28
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.

ghttp Internal Server Error using NewWithT(t) and VerifyJSON
2 participants