MT#13903 fixes for nightly tests

Change-Id: I7940d3bb0a4909281996f23134de86cbde34a7cf
changes/71/2271/1
Rene Krenn 10 years ago
parent 427d060854
commit ec95a6f92f

@ -54,7 +54,7 @@ has_field 'customer' => (
has_field 'package_id' => ( has_field 'package_id' => (
type => 'PosInteger', type => 'PosInteger',
required => 1, required => 0,
element_attr => { element_attr => {
rel => ['tooltip'], rel => ['tooltip'],
title => ['The package this voucher belongs to.'] title => ['The package this voucher belongs to.']

@ -10,7 +10,7 @@ use DateTime qw();
use DateTime::Format::Strptime qw(); use DateTime::Format::Strptime qw();
use DateTime::Format::ISO8601 qw(); use DateTime::Format::ISO8601 qw();
my $is_local_env = 1; my $is_local_env = 0;
my $uri = $ENV{CATALYST_SERVER} || ('https://'.hostfqdn.':4443'); my $uri = $ENV{CATALYST_SERVER} || ('https://'.hostfqdn.':4443');

@ -48,6 +48,7 @@ $ua->ssl_opts(
my $rels = { my $rels = {
applyrewrites => 1, applyrewrites => 1,
autoattendants => 1, autoattendants => 1,
balanceintervals => 1,
billingfees => 1, billingfees => 1,
billingnetworks => 1, billingnetworks => 1,
billingprofiles => 1, billingprofiles => 1,

Loading…
Cancel
Save