From 09cef6da31a9fcdef4a50a30b8bcd47ab7c454fd Mon Sep 17 00:00:00 2001 From: Robert Johnson Date: Fri, 7 Feb 2025 14:53:16 -0800 Subject: [PATCH] Fix test for Cosmos --- .../Rest/ConditionalDeleteTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ConditionalDeleteTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ConditionalDeleteTests.cs index 0caddafd32..0d616dd7b2 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ConditionalDeleteTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ConditionalDeleteTests.cs @@ -211,7 +211,7 @@ private async Task CreateGroupWithPatients(string tag, int count) try { Bundle createBundle = new Bundle(); - createBundle.Type = Bundle.BundleType.Transaction; + createBundle.Type = Bundle.BundleType.Batch; createBundle.Entry = new System.Collections.Generic.List(); Group group = new Group();