Skip to content

Commit

Permalink
[tests] Use the correct advertised_address (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalshilman authored Jan 24, 2025
1 parent fbc3487 commit 85cac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-verification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export UNIVERSE_ENV_JSON=$(cat <<-EOF
"RESTATE_METADATA_STORE_CLIENT__TYPE": "embedded",
"RESTATE_ALLOW_BOOTSTRAP": "false",
"RESTATE_METADATA_STORE_CLIENT__ADDRESSES": "[http://n1:5122]",
"RESTATE_ADVERTISED_ADDRESS": "http://n2:5122",
"RESTATE_ADVERTISED_ADDRESS": "http://n3:5122",
"DO_NOT_TRACK": "true"
}
},
Expand Down

0 comments on commit 85cac82

Please sign in to comment.