Add a test for

This commit is contained in:
topecongiro 2017-05-25 16:30:45 +09:00
parent 86856491bc
commit 986abc24b4
2 changed files with 18 additions and 0 deletions

@ -8,6 +8,14 @@ fn main() {
// chain
let x = yooooooooooooo.fooooooooooooooo.baaaaaaaaaaaaar(hello, world);
// #1380
{
{
let creds = self.client
.client_credentials(&self.config.auth.oauth2.id, &self.config.auth.oauth2.secret)?;
}
}
}
// #1521

@ -22,6 +22,16 @@ fn main() {
hello,
world,
);
// #1380
{
{
let creds = self.client.client_credentials(
&self.config.auth.oauth2.id,
&self.config.auth.oauth2.secret,
)?;
}
}
}
// #1521