Skip to content

Commit

Permalink
No idea how we've been able to add test users without a password :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 15, 2016
1 parent ed6e0e5 commit 363dab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/004_public_urls.t
Expand Up @@ -33,6 +33,7 @@ my $user = $sch->resultset('User')->create({
username => 'test',
name => 'Test User',
email => 'test@example.com',
password => 'TEST',
});

my $res = $test->request(GET '/user/test');
Expand Down

0 comments on commit 363dab9

Please sign in to comment.