mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 12:01:46 +00:00
refactor!: remove google-antigravity provider support
This commit is contained in:
@@ -92,8 +92,8 @@ describe("applyPluginAutoEnable", () => {
|
||||
config: {
|
||||
auth: {
|
||||
profiles: {
|
||||
"google-antigravity:default": {
|
||||
provider: "google-antigravity",
|
||||
"google-gemini-cli:default": {
|
||||
provider: "google-gemini-cli",
|
||||
mode: "oauth",
|
||||
},
|
||||
},
|
||||
@@ -102,7 +102,7 @@ describe("applyPluginAutoEnable", () => {
|
||||
env: {},
|
||||
});
|
||||
|
||||
expect(result.config.plugins?.entries?.["google-antigravity-auth"]?.enabled).toBe(true);
|
||||
expect(result.config.plugins?.entries?.["google-gemini-cli-auth"]?.enabled).toBe(true);
|
||||
});
|
||||
|
||||
it("skips when plugins are globally disabled", () => {
|
||||
|
||||
Reference in New Issue
Block a user