mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removed assertion error
This commit is contained in:
parent
16ecb28950
commit
1ec33e22a7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class TimezoneTestCase(TestCase):
|
|||
self.assertEqual(timezone.get_zone(), '#\nA')
|
||||
|
||||
with patch.dict(timezone.__grains__, {'os_family': 'Gentoo'}):
|
||||
self.assertEqual(timezone.get_zone(), '#\nA')
|
||||
self.assertEqual(timezone.get_zone(), '')
|
||||
|
||||
with patch.dict(timezone.__grains__, {'os_family': 'FreeBSD'}):
|
||||
with patch.object(os, 'readlink',
|
||||
|
|
Loading…
Add table
Reference in a new issue