Tests: align nodes camera URL fixtures with node host binding

This commit is contained in:
Vincent Koc
2026-02-23 00:37:01 -05:00
parent a3918c9c6f
commit a1078ee2e5

View File

@@ -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,
},