浏览代码

Fix test name

Mike Naberezny 10 年之前
父节点
当前提交
bdc7ec5b88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      supervisor/tests/test_options.py

+ 1 - 1
supervisor/tests/test_options.py

@@ -182,7 +182,7 @@ class ClientOptionsTests(unittest.TestCase):
                                 'CLIENT_PROMPT': 'xsupervisor',
                                 'CLIENT_HIST_EXT': '.hist',
                                 })
-    def test_options_with_enviroment_expansions(self):
+    def test_options_with_environment_expansions(self):
         s = lstrip("""[supervisorctl]
         serverurl=http://localhost:%(ENV_SERVER_PORT)s
         username=%(ENV_CLIENT_USER)s