From 4659e7e0a2905d285fa1141e72e7c71c644012b8 Mon Sep 17 00:00:00 2001 From: Flaviu Mates Date: Tue, 7 Jul 2020 17:27:39 +0300 Subject: [PATCH] TT#76111 - Fix api-cfdestinations.t admin creation * Explicitly set lawful intercept to 0 Change-Id: I972b2a20e8edf771587622b8b8c708cdf3a55648 --- t/api-rest/api-cfdestinationsets.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/api-rest/api-cfdestinationsets.t b/t/api-rest/api-cfdestinationsets.t index aa92c13391..0fbaca27d7 100644 --- a/t/api-rest/api-cfdestinationsets.t +++ b/t/api-rest/api-cfdestinationsets.t @@ -67,6 +67,7 @@ SKIP: my $data = $fake_data->process('admins'); $data->{login} = 'api_test'; $data->{password} = 'api_test'; + $data->{lawful_intercept} = 0; my($res,$content) = $test_machine->request_post($data, '/api/admins/'); $test_machine->http_code_msg(201, "create reseller",$res,$content); $test_machine->set_reseller_credentials($data);