Skip to content

Commit 879d2a9

Browse files
Update CosmosItemTests.cs
1 parent baad20f commit 879d2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public async Task NegativeCreateItemTest(bool binaryEncodingEnabledInClient)
275275
{
276276
Assert.AreEqual(999999, ce.SubStatusCode);
277277
string exception = ce.ToString();
278-
Assert.IsTrue(exception.StartsWith("Microsoft.Azure.Cosmos.CosmosException : Response status code does not indicate success: Forbidden (403); Substatus: 999999; "));
278+
Assert.IsTrue(exception.StartsWith("Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: Forbidden (403); Substatus: 999999; "));
279279
string diagnostics = ce.Diagnostics.ToString();
280280
Assert.IsTrue(diagnostics.Contains("999999"));
281281
CosmosItemTests.ValidateCosmosException(ce);

0 commit comments

Comments
 (0)