mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
fix(tests): assure tests actually work
Previously we simply forgot to run the tests, and published test-code that didn't really work.
This commit is contained in:
@@ -78,7 +78,7 @@ fn main() {
|
||||
}
|
||||
|
||||
let client = hyper::Client::with_connector(mock::TeeConnector {
|
||||
connector: hyper::net::HttpConnector(None)
|
||||
connector: hyper::net::HttpConnector
|
||||
});
|
||||
|
||||
match oauth2::Authenticator::new(&secret, StdoutHandler, client,
|
||||
|
||||
Reference in New Issue
Block a user