Test successfully fail, reverting the previous commit.
Revert "Introduce a fake test to check if test fail"
This reverts commit 61ed0488
This commit is contained in:
parent
61ed04886c
commit
6f42238a21
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@ from model_bakery import baker
|
|||
from articles.models import Article, Page, User
|
||||
|
||||
|
||||
def test_false():
|
||||
assert False
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_can_access_list(
|
||||
client: Client, published_article: Article, published_page: Page
|
||||
|
|
Reference in a new issue