Fix minor typo in test name in tests/unit/states/dockerng_test.py

This commit is contained in:
Jeffrey 'jf' Lim 2016-06-07 01:11:19 +08:00
parent 7bcdbd9aeb
commit ffa788fd67

View File

@ -569,7 +569,7 @@ class DockerngTestCase(TestCase):
'result': True,
})
def test_running_discard_wrong_environemnt_values(self):
def test_running_discard_wrong_environment_values(self):
'''
environment values should be string.
It is easy to write wrong sls this way