Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Jul 24, 2024
1 parent d16f211 commit 82fdb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/main/views/test_template_folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def test_can_create_email_template_with_parent_folder(
data["subject"],
data["process_type"],
data["parent_folder_id"],
data["template_category_id"] #if app_.config["FF_TEMPLATE_CATEGORY"] else None,
data["template_category_id"], # if app_.config["FF_TEMPLATE_CATEGORY"] else None,
)


Expand Down

0 comments on commit 82fdb6b

Please sign in to comment.