diff --git a/js/src/tests/client.int.test.ts b/js/src/tests/client.int.test.ts index 9fabd681..3dfea306 100644 --- a/js/src/tests/client.int.test.ts +++ b/js/src/tests/client.int.test.ts @@ -1012,7 +1012,7 @@ test("Test push and pull prompt", async () => { tags: ["test", "tag"], }); - // test you can push an updated manifest + // test you can push an updated manifest without any other options await client.pushPrompt(promptName, { object: template2, });