Skip to content

Commit

Permalink
DRIVERS-2313: valid-fail test for unsupported operation (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed May 6, 2022
1 parent d967891 commit 5dbdfdb
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
@@ -0,0 +1,22 @@
{
"description": "operation-unsupported",
"schemaVersion": "1.0",
"createEntities": [
{
"client": {
"id": "client0"
}
}
],
"tests": [
{
"description": "Unsupported operation",
"operations": [
{
"name": "unsupportedOperation",
"object": "client0"
}
]
}
]
}
@@ -0,0 +1,13 @@
description: "operation-unsupported"

schemaVersion: "1.0"

createEntities:
- client:
id: &client0 client0

tests:
- description: "Unsupported operation"
operations:
- name: unsupportedOperation
object: *client0

0 comments on commit 5dbdfdb

Please sign in to comment.