For consistency
This commit is contained in:
parent
d58bd9f1d7
commit
82dae0cf89
|
@ -64,7 +64,7 @@ subtest 'Post new thread', sub {
|
||||||
->text_like(p => qr/Invalid text/);
|
->text_like(p => qr/Invalid text/);
|
||||||
|
|
||||||
$t->post_ok('/thread/post', form => \%valid_params)->status_is(200)
|
$t->post_ok('/thread/post', form => \%valid_params)->status_is(200)
|
||||||
->text_like(h2 => qr/Thread #[0-9]+/);
|
->text_like(h2 => qr/Thread #\d+/);
|
||||||
};
|
};
|
||||||
|
|
||||||
subtest 'Bumping thread', sub {
|
subtest 'Bumping thread', sub {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user