mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-06 08:48:27 +08:00
💩 解决单测失败的问题
This commit is contained in:
parent
0731ebd130
commit
b01704ff78
@ -1373,7 +1373,7 @@ public enum AuthDefaultSource implements AuthSource {
|
||||
|
||||
@Override
|
||||
public Class<? extends AuthDefaultRequest> getTargetClass() {
|
||||
return null;
|
||||
return AuthFigmaRequest.class;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -82,6 +82,8 @@ public class AuthRequestBuilderTest {
|
||||
.stackOverflowKey("asd")
|
||||
.deviceId("asd")
|
||||
.clientOsType(3)
|
||||
.kid("kid")
|
||||
.teamId("teamid")
|
||||
.build();
|
||||
|
||||
for (AuthDefaultSource value : AuthDefaultSource.values()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user