Skip to content

Commit 88be9aa

Browse files
committed
Add AccreditedSystemAdditionalInteractions to smoke tests
1 parent bce830f commit 88be9aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/api/tests/smoke_tests/test_smoke.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@ def _request(base_url: str, headers: dict, path: str, method: str):
7575
"CreateDeviceReferenceDataIncomingParams.foo: extra fields not permitted",
7676
],
7777
],
78+
[
79+
"/ProductTeam/123/Product/abc/DeviceReferenceData/AccreditedSystemsAdditionalInteractions",
80+
"POST",
81+
400,
82+
["MISSING_VALUE", "VALIDATION_ERROR"],
83+
[
84+
"CreateDeviceReferenceDataIncomingParams.name: field required",
85+
"CreateDeviceReferenceDataIncomingParams.foo: extra fields not permitted",
86+
],
87+
],
7888
[
7989
"/ProductTeam/123/Product/abc/DeviceReferenceData/MhsMessageSet",
8090
"POST",

0 commit comments

Comments
 (0)