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

Issue with Class level PostData/Query Param Data not being reset after every curl call #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dennismonsewicz
Copy link
Contributor

Pull Request addresses issues where if you are iterating over a set of data and have initialized a new Emma class outside of the loop, the post data/query param data is being overwritten every time a curl call is made.

Lines 1045-1046 address this issue by simply resetting the class level post/params array

UnitTest coverage/fixes coming soon

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.

1 participant