Skip to content

Commit 5dbdfdb

Browse files
authored
DRIVERS-2313: valid-fail test for unsupported operation (#1208)
1 parent d967891 commit 5dbdfdb

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"description": "operation-unsupported",
3+
"schemaVersion": "1.0",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0"
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "Unsupported operation",
14+
"operations": [
15+
{
16+
"name": "unsupportedOperation",
17+
"object": "client0"
18+
}
19+
]
20+
}
21+
]
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
description: "operation-unsupported"
2+
3+
schemaVersion: "1.0"
4+
5+
createEntities:
6+
- client:
7+
id: &client0 client0
8+
9+
tests:
10+
- description: "Unsupported operation"
11+
operations:
12+
- name: unsupportedOperation
13+
object: *client0

0 commit comments

Comments
 (0)