timestamp assertion fixed in test

This commit is contained in:
2026-09-06 08:48:00 +02:00
parent bffd647a3e
commit dff374649c
3 changed files with 11 additions and 2 deletions
+9 -1
View File
@@ -1,4 +1,4 @@
# Chat Log
### User
The release server fails because its curl does not support `--fail-with-body`.
@@ -1561,3 +1561,11 @@ In the toolbar switch the search and tag filter's location
### Assistant outcome
Swapped the toolbar positions of the Search and Tag filter controls while preserving their existing IDs and behavior. The rendered-page regression passed, the template order was verified as Tag, Sort, User, Search, and `git diff --check` passed.
### User
fix the Mastodon timestamp assertion to expect UTC
### Assistant outcome
Updated the Mastodon posting regression assertion to expect the formatter's explicit `UTC` marker in the `Logged on` timestamp. The targeted test passed with `1 passed, 35 deselected`.
# Chat Log