Skip to content

Commit 123f837

Browse files
committed
NRL-1202 fix int tests
1 parent 1754771 commit 123f837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/features/consumer/searchPostDocumentReference-failure.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Feature: Consumer - searchDocumentReference - Failure Scenarios
7777
"display": "Invalid code system"
7878
}]
7979
},
80-
"diagnostics": "Invalid type (The provided type does not match the allowed types for this organisation)",
80+
"diagnostics": "The provided type does not match the allowed types for this organisation",
8181
"expression": ["type"]
8282
}
8383
"""
@@ -105,7 +105,7 @@ Feature: Consumer - searchDocumentReference - Failure Scenarios
105105
"display": "Invalid code system"
106106
}]
107107
},
108-
"diagnostics": "Invalid type (The provided type does not match the allowed types for this organisation)",
108+
"diagnostics": "The provided type does not match the allowed types for this organisation",
109109
"expression": ["type"]
110110
}
111111
"""

0 commit comments

Comments
 (0)