Skip to content

Commit c2c72f5

Browse files
authored
CDRIVER-5901 update error assert in localSchema.json (#2061)
1 parent aa371fa commit c2c72f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libmongoc/tests/json/client_side_encryption/unified/localSchema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@
327327
}
328328
},
329329
"expectError": {
330-
"isClientError": true
330+
"isError": true,
331+
"errorContains": "JSON schema keyword 'required' is only allowed with a remote schema"
331332
}
332333
}
333334
]

0 commit comments

Comments
 (0)