-
Notifications
You must be signed in to change notification settings - Fork 52
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
test_parallel_get_campaigns error due to no self.mixins() #38
Comments
i tap @jpetr to fix this... |
Merged
jpetr
added a commit
that referenced
this issue
May 23, 2012
Is this still open? |
#39 fixed this but the pull request didn't auto-close it. closing manually... |
Thank you kindly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test_parallel_get_campaigns has been failing for a long time... BaseClient used to have a mixins() method (i assme for injecting mixins), but now it's part of the constructor:
def __init__(self, api_key=None, timeout=10, mixins=[], access_token=None, refresh_token=None, client_id=None, **extra_options):
we need to update the test to pass PyCurlMixin to the constructor instead of using self.mixins()
The text was updated successfully, but these errors were encountered: