Skip to content

Commit 85cac82

Browse files
authored
[tests] Use the correct advertised_address (#480)
1 parent fbc3487 commit 85cac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-verification.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export UNIVERSE_ENV_JSON=$(cat <<-EOF
7070
"RESTATE_METADATA_STORE_CLIENT__TYPE": "embedded",
7171
"RESTATE_ALLOW_BOOTSTRAP": "false",
7272
"RESTATE_METADATA_STORE_CLIENT__ADDRESSES": "[http://n1:5122]",
73-
"RESTATE_ADVERTISED_ADDRESS": "http://n2:5122",
73+
"RESTATE_ADVERTISED_ADDRESS": "http://n3:5122",
7474
"DO_NOT_TRACK": "true"
7575
}
7676
},

0 commit comments

Comments
 (0)