@@ -54,7 +54,7 @@ def test_page(graphql_client, locale):
5454 "title" : "Bubble" ,
5555 "slug" : "bubble-tea" ,
5656 "body" : [
57- {"title" : "I've Got a Lovely Bunch of " " Coconuts" },
57+ {"title" : "I've Got a Lovely Bunch of Coconuts" },
5858 {
5959 "latitude" : "43.766199999999997771737980656325817108154296875" , # noqa: E501
6060 "longitude" : "3.140000000000000124344978758017532527446746826171875" , # noqa: E501
@@ -90,7 +90,7 @@ def test_page_with_ticket_restriction_and_ticket_returns_content(
9090 )
9191 page .save_revision ().publish ()
9292 PageViewRestriction .objects .create (
93- page = page , restriction_type = "password" , password = "ticket"
93+ page = page , restriction_type = "password" , password = "ticket-pycon2025 "
9494 )
9595 SiteFactory (hostname = "pycon" , port = 80 , root_page = parent )
9696 page .copy_for_translation (locale = locale ("it" ))
@@ -161,7 +161,7 @@ def test_page_with_ticket_restriction_without_ticket_returns_first_block(
161161 )
162162 page .save_revision ().publish ()
163163 PageViewRestriction .objects .create (
164- page = page , restriction_type = "password" , password = "ticket"
164+ page = page , restriction_type = "password" , password = "ticket-pycon2025 "
165165 )
166166 SiteFactory (hostname = "pycon" , port = 80 , root_page = parent )
167167 page .copy_for_translation (locale = locale ("it" ))
@@ -197,7 +197,7 @@ def test_page_with_ticket_restriction_without_ticket_returns_first_block(
197197 "title" : "Bubble" ,
198198 "slug" : "bubble-tea" ,
199199 "body" : [
200- {"title" : "I've Got a Lovely Bunch of " " Coconuts" },
200+ {"title" : "I've Got a Lovely Bunch of Coconuts" },
201201 ],
202202 }
203203 }
0 commit comments