Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 6, 2024
1 parent 6bef176 commit c65b151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacommunaute/forum/tests/test_forum_updateview.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_update_forum_image(client, db, fake_image):
assert forum.image.name == fake_image.name


def test_certificied_forum(client, db):
def test_certified_forum(client, db):
client.force_login(UserFactory(is_superuser=True))
forum = CategoryForumFactory(with_child=True).get_children().first()
url = reverse("forum_extension:edit_forum", kwargs={"pk": forum.pk, "slug": forum.slug})
Expand Down

0 comments on commit c65b151

Please sign in to comment.