From 90d235c7b0c518069c3f881566ac8881d429de73 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Thu, 9 Jul 2015 12:04:08 +0300 Subject: [PATCH] MT#13717 Avoid duplicate names for billing profiles Change-Id: I8896d2f3c1d8a3f698630374f7dc6512f798cc94 --- t/lib/Test/FakeData.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/lib/Test/FakeData.pm b/t/lib/Test/FakeData.pm index da85a9c4e6..e209ecb7f5 100644 --- a/t/lib/Test/FakeData.pm +++ b/t/lib/Test/FakeData.pm @@ -220,8 +220,8 @@ sub build_data{ }, 'billingprofiles' => { 'data' => { - name => 'api_test test profile', - handle => 'api_test_testprofile', + name => 'api_test test profile'.time(), + handle => 'api_test_testprofile'.time(), reseller_id => sub { return shift->get_id('resellers',@_); }, }, 'default' => 'billing_profiles',