Skip to content

Commit

Permalink
fix: peer multicast test config
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Oct 25, 2024
1 parent 03d83d5 commit 9162360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_peer_multicast_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main(int argc, char **argv) {

z_config_default(&config);
zp_config_insert(z_loan_mut(config), Z_CONFIG_MODE_KEY, "peer");
zp_config_insert(z_loan_mut(config), Z_CONFIG_CONNECT_KEY, argv[1]);
zp_config_insert(z_loan_mut(config), Z_CONFIG_LISTEN_KEY, argv[1]);

z_owned_session_t s2;
assert(z_open(&s2, z_move(config), NULL) == Z_OK);
Expand Down

0 comments on commit 9162360

Please sign in to comment.