TODONE + new TODO
This commit is contained in:
parent
449edcecba
commit
808dd7cd14
@ -61,7 +61,7 @@ tests locally:
|
||||
|
||||
## TODOs
|
||||
|
||||
- Fix preview tests
|
||||
- Add SlapbirdAPM back in
|
||||
- Do I need `SUM` for `by_id()`?
|
||||
|
||||
## AGPL-3.0+ANTIFA compliance
|
||||
|
16
t/preview.t
16
t/preview.t
@ -10,16 +10,18 @@ my $bump_thread_url =
|
||||
'/captcha/H4sIAImTzmQAA8soKSmw0tfPyU9OzMnILy6xMjYwMNDPKM1NzNMvyShKTUzRTyrNLdA3BAD5ek7T%0AKQAAAA==%0A';
|
||||
|
||||
my %preview_thread = (
|
||||
author => 'Anonymous',
|
||||
title => 'hi',
|
||||
body => 'ayy... lmao',
|
||||
preview => 1
|
||||
author => 'Anonymous',
|
||||
title => 'hi',
|
||||
body => 'ayy... lmao',
|
||||
preview => 1,
|
||||
markdown => 1
|
||||
);
|
||||
|
||||
my %preview_remark = (
|
||||
author => 'Anonymous',
|
||||
body => 'ayy... lmao',
|
||||
preview => 1
|
||||
author => 'Anonymous',
|
||||
body => 'ayy... lmao',
|
||||
preview => 1,
|
||||
markdown => 1
|
||||
);
|
||||
|
||||
# Do CAPTCHA
|
||||
|
Loading…
x
Reference in New Issue
Block a user