完善 OAuth2CodeServiceImplTest 单元测试

This commit is contained in:
YunaiV
2022-05-25 01:14:04 +08:00
parent 522d70a29b
commit 4ffe7b9c3b
5 changed files with 123 additions and 4 deletions

View File

@ -24,3 +24,4 @@ DELETE FROM "system_oauth2_client";
DELETE FROM "system_oauth2_approve";
DELETE FROM "system_oauth2_access_token";
DELETE FROM "system_oauth2_refresh_token";
DELETE FROM "system_oauth2_code";