Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor authored and dragonchaser committed Sep 20, 2024
1 parent 88b4f6e commit b621b98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ Feature: check share activity
"properties": {
"id": {
"type": "string",
"pattern": "^%user_id_pattern%!%user_id_pattern%$"
"pattern": "^%file_id_pattern%$"
},
"name": {
"const": "Alice Hansen"
Expand Down Expand Up @@ -699,7 +699,7 @@ Feature: check share activity
"properties": {
"id": {
"type": "string",
"pattern": "^%user_id_pattern%!%user_id_pattern%$"
"pattern": "^%file_id_pattern%$"
},
"name": {
"const": "Alice Hansen"
Expand Down

0 comments on commit b621b98

Please sign in to comment.