diff options
| author | 2022-09-30 16:20:18 +0200 | |
|---|---|---|
| committer | 2022-09-30 16:20:18 +0200 | |
| commit | fca03d31cea78a793fda8b2d2764ada83a4c08dd (patch) | |
| tree | f72b166c17fac7003c966fc4f943d42812425baf /pydis_site/apps/content/tests | |
| parent | Merge #770 - add a collection of keywords per rule (diff) | |
| parent | Merge branch 'main' into fix-warnings (diff) | |
Merge pull request #768 from python-discord/fix-warnings
Fix Warnings & Enable In Tests
Diffstat (limited to 'pydis_site/apps/content/tests')
| -rw-r--r-- | pydis_site/apps/content/tests/test_views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/tests/test_views.py b/pydis_site/apps/content/tests/test_views.py index eadad7e3..a09d22d8 100644 --- a/pydis_site/apps/content/tests/test_views.py +++ b/pydis_site/apps/content/tests/test_views.py @@ -172,7 +172,7 @@ class PageOrCategoryViewTests(MockPagesTestCase, SimpleTestCase, TestCase): for item in context["breadcrumb_items"]: item["path"] = Path(item["path"]) - self.assertEquals( + self.assertEqual( context["breadcrumb_items"], [ {"name": PARSED_CATEGORY_INFO["title"], "path": Path(".")}, |