Skip to content

Commit 7a8d819

Browse files
committed
Fixed failing tests
1 parent 28a0ba0 commit 7a8d819

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
routes = [
1111
("about"),
1212
("community"),
13-
("conferences"),
1413
("events"),
1514
]
1615

@@ -41,7 +40,6 @@ def test_destination(
4140
("Inicio", "/es/"),
4241
("Eventos", "/es/events/"),
4342
("Comunidad", "/es/community/"),
44-
("Conferencias", "/es/conferences/"),
4543
),
4644
)
4745
def test_headers_in_language(page: Page, title: str, url: str) -> None:
@@ -70,7 +68,6 @@ def test_switching_lang_es_about(page: Page) -> None:
7068
("Nyumbani", "/sw/"),
7169
("Matukio", "/sw/events/"),
7270
("Jumuiya", "/sw/community/"),
73-
("Mikutano", "/sw/conferences/"),
7471
),
7572
)
7673
def test_headers_in_sw(page: Page, title: str, url: str) -> None:
@@ -99,7 +96,6 @@ def test_switching_lang_sw_about(page: Page) -> None:
9996
("Black Python Devs | Blog", "/blog"),
10097
("Black Python Devs | About Us", "/about/"),
10198
("Black Python Devs | Events", "/events/"),
102-
("Black Python Devs | Conferences", "/conferences/"),
10399
("Black Python Devs | Community", "/community/"),
104100
),
105101
)

0 commit comments

Comments
 (0)