Skip to content

Commit a2f999e

Browse files
committed
NRL-1285 fix update test
1 parent 961b250 commit a2f999e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/features/producer/updateDocumentReference-failure.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ Feature: Producer - updateDocumentReference - Failure Scenarios
158158
}
159159
]
160160
},
161-
"diagnostics": "Request body could not be parsed (content[0].attachment.contentType: String should match pattern '[^\\s]+(\\s[^\\s]+)*')",
161+
"diagnostics": "Request body could not be parsed (root: Value error, The following fields are empty: content[0].attachment.contentType)",
162162
"expression": [
163-
"content[0].attachment.contentType"
163+
"root"
164164
]
165165
}
166166
"""

0 commit comments

Comments
 (0)