Skip to content

Commit 220988f

Browse files
committed
Add rabbitmq_credentials default for tests
1 parent b412491 commit 220988f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/util/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def get_security_config() -> Security:
144144
if machine_config.security_configuration_path:
145145
return security_from_file(machine_config.security_configuration_path)
146146
return Security(
147+
rabbitmq_credentials="",
147148
session_validation="",
148149
murfey_db_credentials="",
149150
crypto_key="",

0 commit comments

Comments
 (0)