mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 07:42:04 +00:00
test(release): align plugin contract assertions
This commit is contained in:
parent
1ba75463a5
commit
e79e5dbbdf
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ function expectWizardFields(
|
|||
describe("OpenAI plugin manifest", () => {
|
||||
it("keeps runtime dependencies in the package manifest", () => {
|
||||
expect(packageJson.dependencies?.["@earendil-works/pi-ai"]).toBe("0.74.0");
|
||||
expect(packageJson.dependencies?.ws).toBe("8.20.0");
|
||||
expect(packageJson.dependencies?.ws).toBe("8.20.1");
|
||||
});
|
||||
|
||||
it("keeps removed Codex CLI import auth choice as a deprecated browser-login alias", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue