mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Apply review comments
This commit is contained in:
@ -87,5 +87,5 @@ def test_move_above_product_type(product_types: list[ProductType]):
|
||||
)
|
||||
def test_controller_permissions(client: Client, user_factory, status_code):
|
||||
client.force_login(user_factory())
|
||||
response = client.get(reverse("api:fetch-product-types"))
|
||||
response = client.get(reverse("api:fetch_product_types"))
|
||||
assert response.status_code == status_code
|
||||
|
Reference in New Issue
Block a user