Skip to content

Commit 6042425

Browse files
committed
enable more
1 parent a359770 commit 6042425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integrations/celery/integration_tests/xtest_celery_beat_cron_monitoring.py renamed to tests/integrations/celery/integration_tests/test_celery_beat_cron_monitoring.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
from tests.integrations.celery.integration_tests import run_beat
99

1010

11-
REDIS_SERVER = "redis://127.0.0.1:6379"
11+
# REDIS_SERVER = "redis://127.0.0.1:6379"
12+
REDIS_SERVER = "redis://redis:6379"
1213
REDIS_DB = 15
1314

1415

0 commit comments

Comments
 (0)