We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e734d06 commit 0f6148eCopy full SHA for 0f6148e
tests/tabs/test_plugins.py
@@ -57,7 +57,7 @@ def test_tab_item_inherits_parent_template(self):
57
placeholder=self.placeholder,
58
plugin_type=TabPlugin.__name__,
59
language=self.language,
60
- template="custom",
+ config=dict(template="custom"),
61
)
62
tab_container.initialize_from_form(TabForm).save()
63
0 commit comments