Skip to content

Commit 40c5537

Browse files
committed
Code changes to fix test failures.
1 parent 641ac8d commit 40c5537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/ValidationHelpersTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public void TestIsValidConsistencyLevelOverwrite_BoundedPromotionsRejected(
7575
Documents.OperationTypeExtensions.IsReadOperation(operationType)
7676
&& operationType != Documents.OperationType.Head
7777
&& operationType != Documents.OperationType.HeadFeed
78-
&& operationType != Documents.OperationType.QueryPlan);
78+
&& operationType != Documents.OperationType.QueryPlan
79+
&& operationType != Documents.OperationType.MetadataCheckAccess);
7980
}
8081

8182
return perOperationOverride;

0 commit comments

Comments
 (0)