mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 02:22:25 +00:00
test: fix bedrock discovery seam typing
This commit is contained in:
@@ -219,13 +219,6 @@ describe("bedrock discovery", () => {
|
||||
bedrockDiscovery: {
|
||||
enabled: true,
|
||||
},
|
||||
providers: {
|
||||
"amazon-bedrock": {
|
||||
baseUrl: "https://bedrock-runtime.us-west-2.amazonaws.com",
|
||||
headers: { "x-test-header": "1" },
|
||||
models: [],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
env: {
|
||||
@@ -253,13 +246,6 @@ describe("bedrock discovery", () => {
|
||||
bedrockDiscovery: {
|
||||
enabled: true,
|
||||
},
|
||||
providers: {
|
||||
"amazon-bedrock": {
|
||||
baseUrl: "https://bedrock-runtime.us-west-2.amazonaws.com",
|
||||
headers: { "x-test-header": "1" },
|
||||
models: [],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user