Skip to content

Commit 64300ff

Browse files
committed
renamed
1 parent 7d05d1e commit 64300ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/clusters-keeper/tests/unit/test_utils_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def rabbitmq_settings_fixture(
215215
RABBIT_PASSWORD=SecretStr(faker.password()),
216216
)
217217
monkeypatch.setenv(
218-
"PRIMARY_EC2_INSTANCES_RABBIT_SETTINGS",
218+
"PRIMARY_EC2_INSTANCES_RABBIT",
219219
json_dumps(
220220
model_dump_with_secrets(custom_rabbit_settings, show_secrets=True)
221221
),

0 commit comments

Comments
 (0)