Commit c1a3232a authored by Michal Čihař's avatar Michal Čihař

Add widget extension to the testsuite

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 8a66eaa4
......@@ -72,6 +72,7 @@ class WidgetsTest(ViewTestCase):
'project': self.project.slug,
'widget': widget,
'color': color,
'extension': 'png',
}
)
)
......@@ -92,6 +93,7 @@ class WidgetsTest(ViewTestCase):
'widget': widget,
'color': color,
'lang': 'cs',
'extension': 'png',
}
)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment