mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-10 04:22:52 +00:00
test: avoid slow missing extension base lookup
This commit is contained in:
@@ -250,7 +250,7 @@ describe("scripts/test-extension.mjs", () => {
|
||||
|
||||
it("can fail safe to all extensions when the base revision is unavailable", () => {
|
||||
const extensionIds = listChangedExtensionIds({
|
||||
base: "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
|
||||
base: "refs/heads/openclaw-test-missing-base",
|
||||
unavailableBaseBehavior: "all",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user