From 718f10cf247e01bf661cfbbc57790a30fe39ed54 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Thu, 8 May 2014 13:57:54 +0200 Subject: [PATCH] MT#3941 API: add voicemail relations to test --- t/api-root.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/api-root.t b/t/api-root.t index d79b5b6820..85774c29bd 100644 --- a/t/api-root.t +++ b/t/api-root.t @@ -74,6 +74,8 @@ $ua->ssl_opts( emailtemplates => 1, subscriberprofiles => 1, subscriberprofilesets => 1, + voicemails => 1, + voicemailrecordings => 1, }; foreach my $link(@links) { my $rex = qr!^; rel="collection http://purl\.org/sipwise/ngcp-api/#rel-([a-z]+s)"$!;