Skip to content

Commit 4159127

Browse files
committed
Update product smoke tests product_name to name
1 parent 1fbe856 commit 4159127

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
@@ -39,7 +39,7 @@ def _request(base_url: str, headers: dict, path: str, method: str):
3939
400,
4040
["MISSING_VALUE", "VALIDATION_ERROR"],
4141
[
42-
"CreateCpmProductIncomingParams.product_name: field required",
42+
"CreateCpmProductIncomingParams.name: field required",
4343
"CreateCpmProductIncomingParams.foo: extra fields not permitted",
4444
],
4545
],
@@ -49,7 +49,7 @@ def _request(base_url: str, headers: dict, path: str, method: str):
4949
400,
5050
["MISSING_VALUE", "VALIDATION_ERROR"],
5151
[
52-
"CreateCpmProductIncomingParams.product_name: field required",
52+
"CreateCpmProductIncomingParams.name: field required",
5353
"CreateCpmProductIncomingParams.foo: extra fields not permitted",
5454
],
5555
],

0 commit comments

Comments
 (0)