Update user fixtures with new entity code
This commit is contained in:
parent
bd8b1f91a4
commit
d4ccd0b7a2
20 changed files with 159 additions and 102 deletions
|
@ -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'
|
||||
};
|
||||
|
|
Reference in a new issue