We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf82a4 commit 70c6d70Copy full SHA for 70c6d70
sdk/cosmos/azure-cosmos/src/test/java/com/azure/cosmos/rx/MultiMasterConflictResolutionTest.java
@@ -82,8 +82,7 @@ public void conflictResolutionPolicyCRUD() {
82
// when (e.StatusCode == HttpStatusCode.BadRequest)
83
CosmosException dce = Utils.as(e, CosmosException.class);
84
if (dce != null && dce.getStatusCode() == 400) {
85
- assertThat(dce.getMessage()).contains("Invalid path '\\\\\\\\\\\\/a\\\\\\\\\\\\/b' for last writer " +
86
- "wins conflict resolution");
+ assertThat(dce.getMessage()).contains("Invalid path '\\\\/a\\\\/b' for last writer wins conflict resolution");
87
} else {
88
throw e;
89
}
0 commit comments