This commit is contained in:
Lucio Lelii 2022-07-26 15:14:18 +02:00
parent 966475516a
commit 438b928b7d
1 changed files with 71 additions and 81 deletions

View File

@ -108,11 +108,6 @@ public class AsyncDelegateTest {
final String scope = "a/b/c";
SecretManagerProvider.instance.set(new Secret() {
@Override
public boolean isRefreshable() {
// TODO Auto-generated method stub
return false;
}
@Override
public boolean isExpired() {
@ -176,13 +171,8 @@ public class AsyncDelegateTest {
public void asyncCallsAreInterrupted() throws Exception {
final String scope = "a/b/c";
SecretManagerProvider.instance.set(new Secret() {
SecretManagerProvider.instance.set(new Secret() {
@Override
public boolean isRefreshable() {
// TODO Auto-generated method stub
return false;
}
@Override
public boolean isExpired() {