summaryrefslogtreecommitdiff
path: root/tests/unit/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-02-10 22:30:03 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-04-07 13:16:47 +0200
commit786f889251e6a962a1fdceef7e784fb3408ec974 (patch)
tree8d10011110027df2c988001e9c1ceb69bcc34bd8 /tests/unit/plugins
parenta89bc85dc0706517f888ff43dff5e147b034744c (diff)
downloadweechat-786f889251e6a962a1fdceef7e784fb3408ec974.zip
relay: add command `/remote`, add remote configuration in relay.conf (issue #2066)
Diffstat (limited to 'tests/unit/plugins')
-rw-r--r--tests/unit/plugins/relay/api/test-relay-api.cpp2
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));
}
/*