fix test
This commit is contained in:
committed by
Christian Richter
parent
74ce6b5a6b
commit
2a54adfd63
@@ -639,7 +639,7 @@ Feature: check share activity
|
|||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^%user_id_pattern%!%user_id_pattern%$"
|
"pattern": "^%file_id_pattern%$"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"const": "Alice Hansen"
|
"const": "Alice Hansen"
|
||||||
@@ -699,7 +699,7 @@ Feature: check share activity
|
|||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^%user_id_pattern%!%user_id_pattern%$"
|
"pattern": "^%file_id_pattern%$"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"const": "Alice Hansen"
|
"const": "Alice Hansen"
|
||||||
|
|||||||
Reference in New Issue
Block a user