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 f8f699d commit 1eeebcaCopy full SHA for 1eeebca
tests/image/test_plugins.py
@@ -77,7 +77,7 @@ def test_image_form(self):
77
self.assertTrue(form.is_valid(), f"{form.__class__.__name__}:form errors: {form.errors}")
78
self.assertEqual(form.cleaned_data["config"]["use_responsive_image"], "yes")
79
80
- # Test invalid option pair
+ # Test invalid option pair
81
request.POST.update(
82
{
83
"thumbnail_options": True,
0 commit comments