Skip to content

Commit c78b4d5

Browse files
committed
Removed home path for testing blog description
1 parent 93f88bc commit c78b4d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,7 @@ def test_mailto_bpdevs(page_url: tuple[Page, str]) -> None:
106106

107107
@pytest.mark.parametrize(
108108
"url",
109-
(
110-
"/",
111-
"/blog",
112-
),
109+
("/blog",),
113110
)
114111
def test_page_description_in_index_and_blog(page_url: tuple[Page, str], url: str):
115112
"""Checks for the descriptions data in the blog posts. There should be some objects with the class `post-description`"""

0 commit comments

Comments
 (0)