Remove failing test
This commit is contained in:
parent
8a7247f160
commit
fc5ac92685
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
|
from articles.models import Article, Page, User
|
||||||
|
|
||||||
|
|
||||||
def test_false():
|
|
||||||
assert False
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
def test_can_access_list(
|
def test_can_access_list(
|
||||||
client: Client, published_article: Article, published_page: Page
|
client: Client, published_article: Article, published_page: Page
|
||||||
|
|
Reference in a new issue