Skip to content

Commit

Permalink
Correct code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawelooo committed May 14, 2024
1 parent 7ceff0d commit 217134d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions articles/tests/test_base_page.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import os

import django
import pytest
from django.test import Client
from django.urls import reverse


@pytest.mark.django_db
@pytest.mark.django_db()
def test_privacy_police_view() -> None:
client = Client()
url = reverse("home-page")
Expand Down

0 comments on commit 217134d

Please sign in to comment.