Skip to content
Snippets Groups Projects
Commit 2516b1cd authored by Antoine Lambert's avatar Antoine Lambert
Browse files

add_forge_now/tests: Fix pytest warning

parent 8d70b803
No related branches found
No related tags found
1 merge request!1114Add django 4 support
......@@ -119,8 +119,6 @@ def test_add_forge_request_list_datatables(
assert "last_moderator" in data["data"][0]
assert "last_modified_date" in data["data"][0]
return data
@pytest.mark.django_db(transaction=True, reset_sequences=True)
@pytest.mark.parametrize("order_field", ["forge_url", "last_modified_date"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment