Skip to content

Commit 8e69c61

Browse files
committed
Remove note about DTS emulator behavior for non-existent orchestration history
1 parent b665e1f commit 8e69c61

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/e2e-azuremanaged/history.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ describe("getOrchestrationHistory E2E Tests", () => {
265265
}, 31000);
266266

267267
it("should return empty array for non-existent orchestration", async () => {
268-
// Note: The DTS emulator returns an empty history for non-existent instances
269-
// rather than throwing an error. This is different from the .NET SDK behavior.
270268
const history = await taskHubClient.getOrchestrationHistory("non-existent-instance-id");
271269
expect(history).toEqual([]);
272270
}, 31000);

0 commit comments

Comments
 (0)