mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use uppercase KEY
This commit is contained in:
parent
a81d4b8d8d
commit
048e16883f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class EnvironTestCase(TestCase, LoaderModuleMockMixin):
|
|||
with patch.dict(os.environ, mock_environ):
|
||||
mock_setval = MagicMock(return_value=None)
|
||||
with patch.object(environ, 'setval', mock_setval):
|
||||
self.assertEqual(environ.setenv({}, False, True, False)['key'],
|
||||
self.assertEqual(environ.setenv({}, False, True, False)['KEY'],
|
||||
None)
|
||||
|
||||
def test_get(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue