-
Notifications
You must be signed in to change notification settings - Fork 356
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
Add functions to update managed accounts #217
Conversation
@whitepaperclip what appears to be failing here is something like the assertions from ex_unit's own tests https://github.com/elixir-lang/elixir/blob/master/lib/ex_unit/test/ex_unit/assertions_test.exs#L650-L655 It looks like |
It doesn't pass locally, but here's the error:
|
Ah, that's the error that shows up in |
Ah, I'm not familiar with the old testing strategy used here other than with VCR generally from Rails-land. Is there a cassette that actually matches this request? |
@whitepaperclip my last comment was made at about the same time as yours, I think. Didn't see it before. We'll need to update the cassettes for it to pass. |
@whitepaperclip Hey! Thanks for your work. It looks like our vcr tapes need updating and that's the main issue with tests failing. I'm currently working on that as part of this PR. I'll let you know when I get it done. |
Copying from the other PR: My commit fixes the broken tests. It also makes me realize that our existing testing which relies on VCR is very flaky and probably needs work. I will create an issue where we can discuss and address this. Just to document what I ultimately did here, after a lot of experimenting and figuring things out:
Also I added a filter for sensitive data, so the newly recorded tapes do not expose our secret key. Our other pre-recorded tapes still do so, so we need to fix that asap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to go, as far as I'm concenred. Feel free to squash into one commit and merge.
Scratch that, something went wrong. Looking into it.
Seems to be passing now! |
Review is still there, so feel free to squash and merge when ready. |
@whitepaperclip thanks for bearing with us on this, and 🙌 to @begedin for this fix. |
Also 🙌 @whitepaperclip for the PR! 🙌 all around |
Made a new pull request. This is actually on a feature branch as opposed to master, and it takes into account the new repository name.