1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-23 20:29:08 +00:00

Fix more plugin unit tests. (#51)

This commit is contained in:
Felix Fontein 2020-03-25 23:37:34 +01:00 committed by GitHub
parent a5627744f1
commit 76880e2403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -32,4 +32,4 @@ def test_memcached_cachemodule():
def test_memcached_cachemodule_with_loader():
assert isinstance(cache_loader.get('memcached'), MemcachedCache)
assert isinstance(cache_loader.get('community.general.memcached'), MemcachedCache)