Update user fixtures with new entity code

This commit is contained in:
Tom Bloor 2017-08-31 13:18:04 +01:00
parent bd8b1f91a4
commit d4ccd0b7a2
20 changed files with 159 additions and 102 deletions

View file

@ -1,10 +1,16 @@
$HASH1 = {
id => 1,
name => 'Test Org',
country => undef,
entity_id
=> 5,
id => 1,
name => 'Test Org',
pending => 0,
postcode
=> 'LA1 1AA',
sector => undef,
=> 'LA1 1AA',
sector => undef,
street_name
=> 'Test Street',
town => 'Lancaster'
=> 'Test Street',
submitted_by_id
=> undef,
town => 'Lancaster'
};