Remove age_range_id setting from dev_data script

This commit is contained in:
Tom Bloor 2017-06-13 21:46:30 +01:00
parent 6f5e0fb31e
commit 41072acc07

View file

@ -43,7 +43,7 @@ sub run {
customer => { customer => {
full_name => 'Test User', full_name => 'Test User',
display_name => 'Test User', display_name => 'Test User',
age_range_id => 1, year_of_birth => 2006,
postcode => 'LA1 1AA', postcode => 'LA1 1AA',
}, },
administrator => {}, administrator => {},
@ -55,7 +55,7 @@ sub run {
customer => { customer => {
full_name => 'Test User 2', full_name => 'Test User 2',
display_name => 'Test User 2', display_name => 'Test User 2',
age_range_id => 1, year_of_birth => 2006,
postcode => 'LA1 1AA', postcode => 'LA1 1AA',
}, },
}); });
@ -66,7 +66,7 @@ sub run {
customer => { customer => {
full_name => 'Test User 3', full_name => 'Test User 3',
display_name => 'Test User 3', display_name => 'Test User 3',
age_range_id => 1, year_of_birth => 2006,
postcode => 'LA1 1AA', postcode => 'LA1 1AA',
}, },
}); });