Skip to content

Commit f532767

Browse files
modify test:
1 parent 2d39dd3 commit f532767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/04/products/test_products_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def test_get_product_price_when_undefined(
5151
(UserRole.USER, status.HTTP_403_FORBIDDEN),
5252
(UserRole.TESTER, status.HTTP_403_FORBIDDEN),
5353
(UserRole.PRODUCT_OWNER, status.HTTP_200_OK),
54-
(UserRole.ADMIN, status.HTTP_403_FORBIDDEN),
54+
(UserRole.ADMIN, status.HTTP_200_OK),
5555
],
5656
)
5757
async def test_get_product_access_rights(

0 commit comments

Comments
 (0)