mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
Merge pull request #10663 from 2403905/issue-10295
Fix link activity message
This commit is contained in:
@@ -1161,8 +1161,7 @@ Feature: check share activity
|
||||
"pattern": "%user_id_pattern%"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"pattern": "[a-zA-z]{15}"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1235,8 +1234,7 @@ Feature: check share activity
|
||||
"pattern": "%user_id_pattern%"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"pattern": "[a-zA-z]{15}"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1309,8 +1307,7 @@ Feature: check share activity
|
||||
"pattern": "%user_id_pattern%"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"pattern": "[a-zA-z]{15}"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1660,8 +1657,7 @@ Feature: check share activity
|
||||
"pattern": "%user_id_pattern%"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"pattern": "[a-zA-z]{15}"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1734,8 +1730,7 @@ Feature: check share activity
|
||||
"pattern": "%user_id_pattern%"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"pattern": "[a-zA-z]{15}"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1808,8 +1803,7 @@ Feature: check share activity
|
||||
"pattern": "%user_id_pattern%"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"pattern": "[a-zA-z]{15}"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user