summaryrefslogtreecommitdiff
path: root/main/presencestate.c
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-05-03 14:36:01 -0400
committerCorey Farrell <git@cfware.com>2015-05-03 14:36:01 -0400
commit1368dae773d394b44f90d8e3741702d223450b85 (patch)
treeb2d66048d6f6d98080f6bc89ced6f542e9bcd72f /main/presencestate.c
parentddf9dcaad7413515c87a00b31d294eb5329f677b (diff)
main/presencestate.c: Add trailing slash to test category.
ASTERISK-25053 Reported by: Corey Farrell Change-Id: I8c0375dd0818747b2d2e1ceaea87bfbeb2daf8d4
Diffstat (limited to 'main/presencestate.c')
-rw-r--r--main/presencestate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/presencestate.c b/main/presencestate.c
index 32f19e6c8..399613e39 100644
--- a/main/presencestate.c
+++ b/main/presencestate.c
@@ -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;