TT#76111 - Fix api-cfdestinations.t admin creation

* Explicitly set lawful intercept to 0

Change-Id: I972b2a20e8edf771587622b8b8c708cdf3a55648
changes/03/41503/1
Flaviu Mates 5 years ago
parent 175d8b2df6
commit 4659e7e0a2

@ -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);

Loading…
Cancel
Save