summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanieleades <33452915+danieleades@users.noreply.github.com>2022-01-14 08:58:02 +0000
committerGitHub <noreply@github.com>2022-01-14 08:58:02 +0000
commit18d7dfbd9526e96ee6272cce73bc4af246dd4f61 (patch)
treed8673067649bc2bfb802550fabd021049ad1e0b5
parent99f905b8b4935ba8c316d081853092a415bb0ea1 (diff)
downloadsphinx-git-18d7dfbd9526e96ee6272cce73bc4af246dd4f61.tar.gz
Update tests/test_ext_napoleon.py
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
-rw-r--r--tests/test_ext_napoleon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_napoleon.py b/tests/test_ext_napoleon.py
index 7090b1d64..250fdae26 100644
--- a/tests/test_ext_napoleon.py
+++ b/tests/test_ext_napoleon.py
@@ -101,7 +101,7 @@ class SetupTest(TestCase):
def test_add_config_values(self):
app = mock.Mock(Sphinx)
setup(app)
- for name in Config._config_values.keys():
+ for name in Config._config_values:
has_config = False
for method_name, args, _kwargs in app.method_calls:
if(method_name == 'add_config_value' and