mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 12:04:59 +00:00
Tests: align nodes camera URL fixtures with node host binding
This commit is contained in:
@@ -308,7 +308,7 @@ describe("cli program (nodes media)", () => {
|
||||
command: "camera.snap" as const,
|
||||
payload: {
|
||||
format: "jpg",
|
||||
url: "https://example.com/photo.jpg",
|
||||
url: "https://192.168.0.88/photo.jpg",
|
||||
width: 640,
|
||||
height: 480,
|
||||
},
|
||||
@@ -320,7 +320,7 @@ describe("cli program (nodes media)", () => {
|
||||
command: "camera.clip" as const,
|
||||
payload: {
|
||||
format: "mp4",
|
||||
url: "https://example.com/clip.mp4",
|
||||
url: "https://192.168.0.88/clip.mp4",
|
||||
durationMs: 5000,
|
||||
hasAudio: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user