Skip to content

Commit 33766b2

Browse files
JacobCoffeeCopilot
andauthored
Update sponsors/tests/test_management_command.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6248f36 commit 33766b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sponsors/tests/test_management_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_reset_sponsorship_benefits_from_2025_to_2026(self):
211211
sponsorship_ct = ContentType.objects.get_for_model(sponsorship)
212212
# Use TextAsset.objects.create() instead of baker.make() because
213213
# model_bakery doesn't support GenericForeignKey fields
214-
asset_2025 = TextAsset.objects.create(
214+
TextAsset.objects.create(
215215
content_type=sponsorship_ct,
216216
object_id=sponsorship.id,
217217
internal_name="conference_passes_code_2025",

0 commit comments

Comments
 (0)