Skip to content

Commit e734d06

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/carousel/test_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_carousel_slide_inherits_parent_template(self):
144144
placeholder=self.placeholder,
145145
plugin_type=CarouselPlugin.__name__,
146146
language=self.language,
147-
template="custom",
147+
config=dict(template="custom"),
148148
)
149149
carousel.initialize_from_form(CarouselForm).save()
150150

0 commit comments

Comments
 (0)