mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Merge "main/presencestate.c: Add trailing slash to test category."
This commit is contained in:
@@ -389,7 +389,7 @@ static const char *presence_state_get_id(struct stasis_message *msg)
|
|||||||
|
|
||||||
#if defined(TEST_FRAMEWORK)
|
#if defined(TEST_FRAMEWORK)
|
||||||
|
|
||||||
#define TEST_CATEGORY "/main/presence"
|
#define TEST_CATEGORY "/main/presence/"
|
||||||
|
|
||||||
static int presence_test_alice_state = AST_PRESENCE_UNAVAILABLE;
|
static int presence_test_alice_state = AST_PRESENCE_UNAVAILABLE;
|
||||||
static int presence_test_bob_state = AST_PRESENCE_UNAVAILABLE;
|
static int presence_test_bob_state = AST_PRESENCE_UNAVAILABLE;
|
||||||
|
|||||||
Reference in New Issue
Block a user