Skip to content

Commit a55c112

Browse files
committed
Update product smoke tests for DeviceRefData
1 parent 4159127 commit a55c112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/tests/smoke_tests/test_smoke.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def _request(base_url: str, headers: dict, path: str, method: str):
5959
400,
6060
["MISSING_VALUE", "VALIDATION_ERROR"],
6161
[
62-
"CreateDeviceReferenceDataParams.name: field required",
63-
"CreateDeviceReferenceDataParams.foo: extra fields not permitted",
62+
"CreateDeviceReferenceDataIncomingParams.name: field required",
63+
"CreateDeviceReferenceDataIncomingParams.foo: extra fields not permitted",
6464
],
6565
],
6666
# ('/ProductTeam/123/Product/abc/Device', 'POST', 400, ['MISSING_VALUE', 'VALIDATION_ERROR']),

0 commit comments

Comments
 (0)