mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 18:10:22 +00:00
test(auth): align device scope expectations (#53151)
This commit is contained in:
@@ -186,7 +186,7 @@ describe("device-auth-store", () => {
|
||||
expect(entry).toEqual({
|
||||
token: "new-token",
|
||||
role: "operator",
|
||||
scopes: ["operator.write"],
|
||||
scopes: ["operator.read", "operator.write"],
|
||||
updatedAtMs: 2222,
|
||||
});
|
||||
expect(readStore()).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user