summaryrefslogtreecommitdiff
path: root/tests/integration/test_redis.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/test_redis.py')
-rw-r--r--tests/integration/test_redis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_redis.py b/tests/integration/test_redis.py
index 08f1ee0..83a15d5 100644
--- a/tests/integration/test_redis.py
+++ b/tests/integration/test_redis.py
@@ -2,7 +2,7 @@ from unittest.mock import patch
import pytest
-from requests_cache.backends.redis import RedisCache, RedisDict, RedisHashDict
+from requests_cache.backends import RedisCache, RedisDict, RedisHashDict
from tests.conftest import fail_if_no_connection
from tests.integration.base_cache_test import BaseCacheTest
from tests.integration.base_storage_test import BaseStorageTest