Skip to content

Commit 9ab4896

Browse files
CaseAsLimbopetrCher
authored andcommitted
formatting was performed
1 parent 1336f5c commit 9ab4896

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_routes/test_item.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ def test_get_items_by_type_id(client, items_with_types, item_n, response_status)
7878
(-1, None, "desc", None, status.HTTP_200_OK, 6),
7979
],
8080
)
81-
def test_get_items_by_various_filters(client, items_with_different_types, item_n, order_by, order, is_available, response_status, expected_len):
81+
def test_get_items_by_various_filters(
82+
client, items_with_different_types, item_n, order_by, order, is_available, response_status, expected_len
83+
):
8284
dict_of_params = {
8385
"type_id": items_with_different_types[item_n].type_id if item_n != -1 else None,
8486
"order_by": order_by,

0 commit comments

Comments
 (0)