mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Minor: Correct type pyhton => python
This commit is contained in:
2
test/units/plugins/cache/test_cache.py
vendored
2
test/units/plugins/cache/test_cache.py
vendored
@@ -110,6 +110,6 @@ class TestAbstractClass(unittest.TestCase):
|
||||
def test_memory_cachemodule(self):
|
||||
self.assertIsInstance(MemoryCache(), MemoryCache)
|
||||
|
||||
@unittest.skipUnless(HAVE_REDIS, 'Redis pyhton module not installed')
|
||||
@unittest.skipUnless(HAVE_REDIS, 'Redis python module not installed')
|
||||
def test_redis_cachemodule(self):
|
||||
self.assertIsInstance(RedisCache(), RedisCache)
|
||||
|
||||
Reference in New Issue
Block a user