Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/_server/templates/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_notebook_page_template_custom_head(self) -> None:
self.mode,
)

assert head in result
assert head in result.split("</head>", 1)[0]
_assert_no_leftover_replacements(result)

def test_notebook_page_template_with_custom_css_config(self) -> None:
Expand Down
Loading