From 786f889251e6a962a1fdceef7e784fb3408ec974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 10 Feb 2024 22:30:03 +0100 Subject: relay: add command `/remote`, add remote configuration in relay.conf (issue #2066) --- tests/unit/plugins/relay/api/test-relay-api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/plugins') diff --git a/tests/unit/plugins/relay/api/test-relay-api.cpp b/tests/unit/plugins/relay/api/test-relay-api.cpp index 08d1cb4bb..795b30daa 100644 --- a/tests/unit/plugins/relay/api/test-relay-api.cpp +++ b/tests/unit/plugins/relay/api/test-relay-api.cpp @@ -126,7 +126,7 @@ TEST(RelayApi, AllocWithInfolist) TEST(RelayApi, GetInitialStatus) { - LONGS_EQUAL(RELAY_STATUS_WAITING_AUTH, relay_api_get_initial_status (NULL)); + LONGS_EQUAL(RELAY_STATUS_AUTHENTICATING, relay_api_get_initial_status (NULL)); } /* -- cgit v1.2.3