mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 03:30:34 +00:00
test: trim redundant line quick-reply account checks
This commit is contained in:
@@ -181,10 +181,6 @@ describe("LINE accounts", () => {
|
||||
expect(normalizeAccountId("default")).toBe(DEFAULT_ACCOUNT_ID);
|
||||
});
|
||||
|
||||
it("preserves non-default account ids", () => {
|
||||
expect(normalizeAccountId("business")).toBe("business");
|
||||
});
|
||||
|
||||
it("trims and lowercases account ids", () => {
|
||||
expect(normalizeAccountId(" Business ")).toBe("business");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user