Skip to content

Commit f1ee5ac

Browse files
committed
fix: update integration test helper for simplified sendMessage
1 parent 04ef1de commit f1ee5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export async function sendMessageAndWait(
290290
},
291291
});
292292

293-
if (!result.success && !("workspaceId" in result)) {
293+
if (!result.success) {
294294
throw new Error(`Failed to send message: ${JSON.stringify(result, null, 2)}`);
295295
}
296296

0 commit comments

Comments
 (0)