Skip to content

Commit 27a570d

Browse files
[ERSSUP-89806]-[]-[Fixed minor typo within OperationOutcome description text]-[JW]
1 parent c8dc884 commit 27a570d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

proxies/live/apiproxy/policies/AssignMessage.SetOperationOutcomeInvalidBusinessFunction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</AssignVariable>
66
<AssignVariable>
77
<Name>faultstring</Name>
8-
<Value>User does not have the required Business Function and the specified Organisation.</Value>
8+
<Value>User does not have the required Business Function at the specified Organisation.</Value>
99
</AssignVariable>
1010
<AssignVariable>
1111
<Name>status_code</Name>

tests/integration/test_app_restricted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async def test_authorised_application_not_supported_for_user_restricted(
7373
assert issue["severity"] == "error"
7474
assert issue["code"] == "forbidden"
7575
assert issue["diagnostics"] == (
76-
"User does not have the required Business Function and the specified Organisation."
76+
"User does not have the required Business Function at the specified Organisation."
7777
)
7878
assert len(issue["details"]["coding"]) == 1
7979
issue_details = issue["details"]["coding"][0]

tests/integration/test_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def test_headers_on_echo_target_with_app_restricted_business_function(
131131
assert issue["severity"] == "error"
132132
assert issue["code"] == "forbidden"
133133
assert issue["diagnostics"] == (
134-
"User does not have the required Business Function and the specified Organisation."
134+
"User does not have the required Business Function at the specified Organisation."
135135
)
136136
assert len(issue["details"]["coding"]) == 1
137137
issue_details = issue["details"]["coding"][0]

0 commit comments

Comments
 (0)