Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Jul 9, 2024
1 parent f895170 commit 1a92a41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/app/template/test_template_category_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,13 @@ def test_get_template_categories(
],
)
def test_delete_template_category_cascade(
cascade, expected_status_code, expected_msg, client, mocker, sample_template_category_with_templates, populate_generic_categories
cascade,
expected_status_code,
expected_msg,
client,
mocker,
sample_template_category_with_templates,
populate_generic_categories,
):
auth_header = create_authorization_header()

Expand Down

0 comments on commit 1a92a41

Please sign in to comment.