-
Notifications
You must be signed in to change notification settings - Fork 648
Finish updating tests #1760
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
Finish updating tests #1760
Conversation
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.
@bors: r+
LGTM!
req.mut_extensions() | ||
.insert(AuthenticationSource::SessionCookie); | ||
} | ||
|
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.
🎉 I'm so glad to see this go away, along with logout
and the *_resp!
macros
@bors: r+ |
📌 Commit 9e79038 has been approved by |
Finish updating tests This converts the remaining tests to the newer test API, so that we can continue to move forward with improvements without some of the tests lagging behind. I do think there's more to be done to make the tests easier to read, write, and debug, and I am introducing some duplication and abstractions I'm not happy with. Next pass though.
☀️ Test successful - checks-travis |
This converts the remaining tests to the newer test API, so that we can continue to move forward with improvements without some of the tests lagging behind.
I do think there's more to be done to make the tests easier to read, write, and debug, and I am introducing some duplication and abstractions I'm not happy with. Next pass though.