File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ def test_channels_parsing():
14
14
result = Env .channels_url_config (url )
15
15
assert result ["BACKEND" ] == "channels.layers.InMemoryChannelLayer"
16
16
17
- url = "redis://user:password@localhost:5173 /0"
17
+ url = "redis://user:password@localhost:6379 /0"
18
18
result = Env .channels_url_config (url )
19
19
assert result ["BACKEND" ] == "channels_redis.core.RedisChannelLayer"
20
- assert result ["CONFIG" ]["hosts" ][0 ] == "redis://user:password@localhost:5173 /0"
20
+ assert result ["CONFIG" ]["hosts" ][0 ] == "redis://user:password@localhost:6379 /0"
21
21
22
- url = "redis+pubsub://user:password@localhost:5173 /0"
22
+ url = "redis+pubsub://user:password@localhost:6379 /0"
23
23
result = Env .channels_url_config (url )
24
24
assert result ["BACKEND" ] == "channels_redis.pubsub.RedisPubSubChannelLayer"
25
- assert result ["CONFIG" ]["hosts" ][0 ] == "redis://user:password@localhost:5173 /0"
25
+ assert result ["CONFIG" ]["hosts" ][0 ] == "redis://user:password@localhost:6379 /0"
You can’t perform that action at this time.
0 commit comments