Skip to content

Commit 1655ae9

Browse files
Update tests/validation/Engine/const.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: KarolinaPomian <[email protected]>
1 parent 20fe34e commit 1655ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/Engine/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
MESH_AGENT_ERROR_KEYWORDS = ["[ERRO]"]
5252
RX_TX_APP_ERROR_KEYWORDS = ["[ERRO]"]
5353

54-
DEFAULT_MPG_URN = "ipv4:224.0.0.1"
54+
DEFAULT_MPG_URN = f"ipv4:224.0.0.1:{DEFAULT_REMOTE_PORT}"
5555
DEFAULT_REMOTE_IP_ADDR = "239.2.39.238"
5656
DEFAULT_REMOTE_PORT = 20000
5757
DEFAULT_PACING = "narrow"

0 commit comments

Comments
 (0)