Skip to content

Commit 1eeebca

Browse files
committed
Dummy commit to retrigger CI
1 parent f8f699d commit 1eeebca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/image/test_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_image_form(self):
7777
self.assertTrue(form.is_valid(), f"{form.__class__.__name__}:form errors: {form.errors}")
7878
self.assertEqual(form.cleaned_data["config"]["use_responsive_image"], "yes")
7979

80-
# Test invalid option pair
80+
# Test invalid option pair
8181
request.POST.update(
8282
{
8383
"thumbnail_options": True,

0 commit comments

Comments
 (0)