mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 10:50:47 +00:00
test: align openai runtime dependency assertion
This commit is contained in:
@@ -68,7 +68,7 @@ function providerWizardByKey() {
|
||||
|
||||
describe("OpenAI plugin manifest", () => {
|
||||
it("keeps runtime dependencies in the package manifest", () => {
|
||||
expect(packageJson.dependencies?.["@mariozechner/pi-ai"]).toBe("0.73.0");
|
||||
expect(packageJson.dependencies?.["@mariozechner/pi-ai"]).toBe("0.73.1");
|
||||
expect(packageJson.dependencies?.ws).toBe("^8.20.0");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user