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 stream unsetting auth #1312

Merged
merged 4 commits into from Sep 23, 2020
Merged

Fix stream unsetting auth #1312

merged 4 commits into from Sep 23, 2020

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Sep 23, 2020

Closes #1256

I think was occurring as a result of #1115 - We now distinguish between an explicit auth=None (use no authentication) vs. the default auth = UNSET (use whatever the client default is).

However, we missed switching the default on a couple of methods.

  • Failing test case.
  • Fix .stream defaulting to auth=None.

@tomchristie tomchristie added the bug Something isn't working label Sep 23, 2020
@tomchristie tomchristie merged commit d25f2bf into master Sep 23, 2020
@tomchristie tomchristie deleted the fix-stream-unsetting-auth branch September 23, 2020 10:25
@tomchristie tomchristie mentioned this pull request Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auth doesn't seem to be used in Client.stream
1 participant