mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 22:26:32 +00:00
feat: add fal and OpenRouter music generation (#82789)
* feat: add fal and OpenRouter music generation * fix: repair music generation CI gates * chore: refresh proof gate
This commit is contained in:
committed by
GitHub
parent
562d460d75
commit
f453904165
@@ -551,6 +551,28 @@ describe("pairing setup code", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("allows tailnet bind setup urls when gateway TLS is enabled", async () => {
|
||||
await expectResolvedSetupSuccessCase({
|
||||
config: {
|
||||
gateway: {
|
||||
bind: "tailnet",
|
||||
tls: {
|
||||
enabled: true,
|
||||
},
|
||||
auth: { mode: "token", token: "tok_123" },
|
||||
},
|
||||
} satisfies ResolveSetupConfig,
|
||||
options: {
|
||||
networkInterfaces: () => createIpv4NetworkInterfaces("100.64.0.9"),
|
||||
} satisfies ResolveSetupOptions,
|
||||
expected: {
|
||||
authLabel: "token",
|
||||
url: "wss://100.64.0.9:18789",
|
||||
urlSource: "gateway.bind=tailnet",
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
it.each([
|
||||
{
|
||||
name: "errors when gateway is loopback only",
|
||||
|
||||
Reference in New Issue
Block a user