mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
main/presencestate.c: Add trailing slash to test category.
ASTERISK-25053 Reported by: Corey Farrell Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4
This commit is contained in:
@@ -389,7 +389,7 @@ static const char *presence_state_get_id(struct stasis_message *msg)
|
||||
|
||||
#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_bob_state = AST_PRESENCE_UNAVAILABLE;
|
||||
|
Reference in New Issue
Block a user