Skip to content

Commit 0f6148e

Browse files
authored
Apply suggestion from @fsbraun
1 parent e734d06 commit 0f6148e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tabs/test_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_tab_item_inherits_parent_template(self):
5757
placeholder=self.placeholder,
5858
plugin_type=TabPlugin.__name__,
5959
language=self.language,
60-
template="custom",
60+
config=dict(template="custom"),
6161
)
6262
tab_container.initialize_from_form(TabForm).save()
6363

0 commit comments

Comments
 (0)