test: fix activity test expectation

This commit is contained in:
Saw-jan
2024-09-24 18:29:43 +05:45
parent 41124c6df1
commit 870846fa62
2 changed files with 3 additions and 3 deletions
@@ -76,7 +76,7 @@ Feature: check activities
"pattern": "%user_id_pattern%"
},
"displayName": {
"const": "Alice"
"const": "Alice Hansen"
}
}
}
@@ -655,7 +655,7 @@ Feature: check share activity
"pattern": "%user_id_pattern%"
},
"displayName": {
"const": "Brian"
"const": "Brian Murphy"
}
}
}
@@ -715,7 +715,7 @@ Feature: check share activity
"pattern": "%user_id_pattern%"
},
"displayName": {
"const": "Brian"
"const": "Brian Murphy"
}
}
}