Skip to content

Commit 503c208

Browse files
aq-ikhwa-techludomikula
authored andcommitted
Add missed test case fix
1 parent 481568a commit 503c208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api-service/lowcoder-server/src/test/java/org/lowcoder/api/authentication/GoogleAuthenticateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void testGoogleRegisterSuccess() {
9191
}
9292

9393
private String getGoogleAuthConfigId() {
94-
return authenticationService.findAuthConfigBySource(AuthSourceConstants.GOOGLE)
94+
return authenticationService.findAuthConfigBySource(null, AuthSourceConstants.GOOGLE)
9595
.map(FindAuthConfig::authConfig)
9696
.map(AbstractAuthConfig::getId)
9797
.block();

0 commit comments

Comments
 (0)