Skip to content

Commit

Permalink
Delay test since tested fix has not been ported back to django-cms 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 20, 2024
1 parent b3f0266 commit a56fbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_integration_with_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ def setUp(self):
self.page.save()


@skipIf(cms_version < "4.1.3", "Bug only fixed in django CMS 4.1.3")
@skipIf(cms_version < "4.1.4", "Bug only fixed in django CMS 4.1.4")
def test_get_admin_url_for_language(self):
"""Regression fixed that made unpublished and archived versions invisivle to get_admin_url_for_language
"""Regression fixed that made unpublished and archived versions invisible to get_admin_url_for_language
template tag. See: https://github.com/django-cms/django-cms/pull/7967"""
from django.template import Template

Expand Down

0 comments on commit a56fbef

Please sign in to comment.