We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d39dd3 commit f532767Copy full SHA for f532767
services/web/server/tests/unit/with_dbs/04/products/test_products_rest.py
@@ -51,7 +51,7 @@ async def test_get_product_price_when_undefined(
51
(UserRole.USER, status.HTTP_403_FORBIDDEN),
52
(UserRole.TESTER, status.HTTP_403_FORBIDDEN),
53
(UserRole.PRODUCT_OWNER, status.HTTP_200_OK),
54
- (UserRole.ADMIN, status.HTTP_403_FORBIDDEN),
+ (UserRole.ADMIN, status.HTTP_200_OK),
55
],
56
)
57
async def test_get_product_access_rights(
0 commit comments