test updated
This commit is contained in:
parent
47da202053
commit
8358b109fb
|
@ -33,4 +33,9 @@ public class TestSecret extends Secret {
|
|||
public boolean isValid() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isExpired() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue