test(plausible): psql -q in _register_site — -t does not suppress command tags #9

Merged
autonomic-bot merged 1 commits from test/plausible-psql-quiet into main 2026-06-09 23:12:38 +00:00

1 Commits

Author SHA1 Message Date
79c652ddd3 test(plausible): psql -q in _register_site — -t does not suppress command tags
All checks were successful
continuous-integration/drone/push Build is passing
psql -tAc still prints INSERT/CREATE command tags (e.g. "INSERT 0 1"), so
_register_site asserted out == site against "INSERT 0 1\nsite" and both
event-tracking roundtrip tests failed on their very first run (build 237 —
the custom tier had never executed before; install always failed earlier).
-q suppresses the tags; verified against the recipe db container.
2026-06-09 22:50:55 +00:00