Skip to content

Commit 9eb7383

Browse files
committed
add redis commander
1 parent 84df8a5 commit 9eb7383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/service-library/tests/redis/test_decorators.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
pytest_simcore_core_services_selection = [
3030
"redis",
3131
]
32+
pytest_simcore_ops_services_selection = [
33+
"redis-commander",
34+
]
3235

3336

3437
async def _is_locked(redis_client_sdk: RedisClientSDK, lock_name: str) -> bool:

0 commit comments

Comments
 (0)