Skip to content

Commit 62a5b49

Browse files
committed
t3
1 parent 6bafcf3 commit 62a5b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/integration_config.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ sc_config:
7171
# Set sc_replication_dest_host/username/password to "" to signal no replication is configured.
7272
sc_replication_dest_host: https://10.5.11.60
7373
# We have same username on .50 and .60 node.
74-
sc_replication_dest_username: from-j2-file # "{{ sc_username_50 }}"
74+
sc_replication_dest_username: "{{ sc_username_50 }}"
7575
sc_replication_dest_password: "{{ sc_password_50 }}"
7676
# desired configuration after tests are done
7777
cluster:

0 commit comments

Comments
 (0)