diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-10 22:30:03 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-07 13:16:47 +0200 |
commit | 786f889251e6a962a1fdceef7e784fb3408ec974 (patch) | |
tree | 8d10011110027df2c988001e9c1ceb69bcc34bd8 /tests/unit/plugins/relay | |
parent | a89bc85dc0706517f888ff43dff5e147b034744c (diff) | |
download | weechat-786f889251e6a962a1fdceef7e784fb3408ec974.zip |
relay: add command `/remote`, add remote configuration in relay.conf (issue #2066)
Diffstat (limited to 'tests/unit/plugins/relay')
-rw-r--r-- | tests/unit/plugins/relay/api/test-relay-api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } /* |