You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/t/api-contracts.t

7 lines
285 B

# TODO: try to set reseller_id of contact of a system contract, which should fail
# TODO: try to delete used contact
# $req = HTTP::Request->new('DELETE', $uri.'/api/systemcontacts/1');
# $res = $ua->request($req);
# ok($res->code == 423, "check delete of used contact");