mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Minor: Correct type pyhton => python
This commit is contained in:
parent
c9eb41109f
commit
457f86f61a
2 changed files with 2 additions and 2 deletions
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue