From ac61975a0ad93751b2204b5e72dc081b765d269e Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 20 Mar 2020 17:51:22 +0100 Subject: [PATCH] TT#76360 Fix 445197df5: add activesubscriberpreferences to api-root.t Otherwise on jenkins in test 'ngcp-panel-test-rest-api-docker': > not ok 57 - check for 'activesubscriberpreferences' collection in Link > # Failed test 'check for 'activesubscriberpreferences' collection in Link' > # at ./t/api-rest/api-root.t line 176. Change-Id: Ic694f025291490e7c0415e8210180fdd8c6cfe1b --- t/api-rest/api-root.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/api-rest/api-root.t b/t/api-rest/api-root.t index c2de5525b3..600ec1e1d3 100644 --- a/t/api-rest/api-root.t +++ b/t/api-rest/api-root.t @@ -42,6 +42,7 @@ $ua = Test::Collection->new()->ua(); my @links = $res->header('Link'); my $rels = { + activesubscriberpreferences => 1, admincerts => 1, admins => 1, applyrewrites => 1,