mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
[test] Better message
This commit is contained in:
parent
bb8cea7751
commit
964b4a986a
@ -80,7 +80,7 @@ describe('API', () => {
|
||||
describe('posts/create', () => {
|
||||
it('simple', done => {
|
||||
const post = {
|
||||
text: 'Hi'
|
||||
text: 'ひまわりー'
|
||||
};
|
||||
request('/posts/create', post, me).then(res => {
|
||||
res.should.have.status(200);
|
||||
|
Loading…
Reference in New Issue
Block a user