Commit graph

17 commits

Author SHA1 Message Date
cbbbc80326
update downstream tests for text user requirement
Text now requires a User on construction. seed a user in
each test setUp that creates a Text directly or through the
fake repository so the suite remains green.
2026-05-02 21:27:55 +03:00
a9265abeae
add node to scheduled node 2026-04-27 09:28:43 +03:00
8eb0f2366b
remove missed default value 2026-04-26 20:43:27 +03:00
05374991c5
update plan controller tests for auth 2026-04-24 13:31:44 +03:00
73ade7f971
update tests for user password hash 2026-04-24 13:19:51 +03:00
9d831915de
test create plan schedules nodes 2026-04-24 11:02:55 +03:00
0ff5043ba5
test create plan persists plan 2026-04-24 11:02:38 +03:00
165f08f04d
test create plan 404 when text not found 2026-04-24 11:02:20 +03:00
2238202384
test create plan 404 when user not found 2026-04-24 11:02:00 +03:00
68554cb362
test create plan 400 when date end before start 2026-04-24 11:01:47 +03:00
2a76f69553
test create plan 400 when date end missing 2026-04-24 11:01:34 +03:00
21bed284e9
test create plan 400 when date start missing 2026-04-24 11:01:21 +03:00
0b4f7c61ef
test create plan 400 when name missing 2026-04-24 11:01:06 +03:00
088fa5b533
test create plan 400 when text id missing 2026-04-24 11:00:53 +03:00
ecb43fda2d
test create plan 400 when user id missing 2026-04-24 11:00:37 +03:00
ef71708abe
test create plan returns 201 2026-04-24 11:00:23 +03:00
6b310c8c9c
add plan controller test scaffold 2026-04-24 11:00:06 +03:00