Skip to content

Commit

Permalink
add changelog and reformat test
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Sep 22, 2023
1 parent 523ba77 commit 9714656
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog/12852.improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added `username` to the connection parameters for `RedisLockStore` and `RedisTrackerStore`
10 changes: 7 additions & 3 deletions tests/core/test_lock_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
from rasa.core.channels import UserMessage
from rasa.core.constants import DEFAULT_LOCK_LIFETIME
from rasa.core.lock import TicketLock
from rasa.core.lock_store import (DEFAULT_REDIS_LOCK_STORE_KEY_PREFIX,
InMemoryLockStore, LockError, LockStore,
RedisLockStore)
from rasa.core.lock_store import (
DEFAULT_REDIS_LOCK_STORE_KEY_PREFIX,
InMemoryLockStore,
LockError,
LockStore,
RedisLockStore,
)
from rasa.shared.constants import INTENT_MESSAGE_PREFIX
from rasa.shared.exceptions import ConnectionException
from rasa.utils.endpoints import EndpointConfig, read_endpoint_config
Expand Down

0 comments on commit 9714656

Please sign in to comment.