Fix organisation boolean in test
This commit is contained in:
parent
66f4844835
commit
1c7c59687a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ my $pending_entity = $schema->resultset('Entity')->create({
|
|||
town => 'Midgar',
|
||||
sector => 'A',
|
||||
postcode => 'WC1E 6AD',
|
||||
pending => \"1",
|
||||
pending => 1,
|
||||
},
|
||||
type => "organisation",
|
||||
});
|
||||
|
|
Reference in a new issue