Add a test for #1380
This commit is contained in:
parent
86856491bc
commit
986abc24b4
tests
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user