diff options
Diffstat (limited to 'tests/ws.c')
| -rw-r--r-- | tests/ws.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2022 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -82,5 +82,5 @@ check_props_v4(nng_msg *msg) } TestMain("WebSocket Transport", { - trantest_test_extended("ws://127.0.0.1:%u/test", check_props_v4); + trantest_test_extended("ws://127.0.0.1:", check_props_v4); }) |
