Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Oct 18, 2014
1 parent 3ae192f commit c3cf30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/tests/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def test_options(self):
'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
Expand Down

0 comments on commit c3cf30b

Please sign in to comment.