From 6e76ef19e1771aed34a2f6a25e558ed485153cf1 Mon Sep 17 00:00:00 2001
From: starlet-dx <15929766099@163.com>
Date: Sat, 29 Jul 2023 11:28:15 +0800
Subject: [PATCH 1/1] fix testcase rel content mismatch error
---
tests/test_urls.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/test_urls.py b/tests/test_urls.py
index 59163e0..f836122 100644
--- a/tests/test_urls.py
+++ b/tests/test_urls.py
@@ -63,7 +63,7 @@ def test_default_settings(app, status, warning):
'
Page not found — Python documentation',
# favicon and logo
- '',
+ '',
'
',
# sidebar URLs
@@ -135,7 +135,7 @@ def test_default_language_setting(app, status, warning):
'Documentation overview',
# favicon and logo
- '',
+ '',
'
',
# resources
@@ -168,7 +168,7 @@ def test_default_version_setting(app, status, warning):
'- Documentation overview
',
# favicon and logo
- '',
+ '',
'
',
# resources
@@ -230,7 +230,7 @@ def test_urls_prefix_setting(app, status, warning):
'- Documentation overview
',
# favicon and logo
- '',
+ '',
'
',
# resources
@@ -263,7 +263,7 @@ def test_urls_prefix_setting_none(app, status, warning):
'- Documentation overview
',
# favicon and logo
- '',
+ '',
'
',
# resources
--
2.30.0