remove api token auth

This commit is contained in:
2026-03-13 15:37:29 +08:00
parent 8ff555f9e4
commit 4d92085957
8 changed files with 58 additions and 116 deletions

View File

@@ -19,7 +19,6 @@ const TEST_CONFIG: DomainWithPassword = {
domain: "alicorn.cybozu.com",
username: "maxz",
password: "7ld7i8vd",
authType: "password",
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),
};