summaryrefslogtreecommitdiff
path: root/internal/db/bundb
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-26 19:19:52 +0000
committerLibravatar kim <gruf@noreply.codeberg.org>2025-04-26 19:19:52 +0000
commit346962beb540c22ddddbbf718310bf3593fcb16f (patch)
treebdd2356e46e0126b0fc49ef0fa7894b190898bb8 /internal/db/bundb
parent[feature] Move to code.superseriousbusiness.org (diff)
downloadgotosocial-346962beb540c22ddddbbf718310bf3593fcb16f.tar.xz
[chore] Fix daenney being bad at sed (#4060)
Co-authored-by: Daenney <daenney@users.noreply.github.com> Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4060 Co-authored-by: Daenney <daenney@noreply.codeberg.org> Co-committed-by: Daenney <daenney@noreply.codeberg.org>
Diffstat (limited to 'internal/db/bundb')
-rw-r--r--internal/db/bundb/status_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/status_test.go b/internal/db/bundb/status_test.go
index 982169b36..3ee494213 100644
--- a/internal/db/bundb/status_test.go
+++ b/internal/db/bundb/status_test.go
@@ -193,7 +193,7 @@ func (suite *StatusTestSuite) TestDeleteStatus() {
// To run this test for postgres specifically, start a postgres container on localhost
// and then run:
//
-// GTS_DB_TYPE=postgres GTS_DB_ADDRESS=localhost go test ./internal/db/bundb -run '^TestStatusTestSuite$' -testify.m '^(TestUpdateStatus)$' github.com/superseriousbusiness/gotosocial/internal/db/bundb
+// GTS_DB_TYPE=postgres GTS_DB_ADDRESS=localhost go test ./internal/db/bundb -run '^TestStatusTestSuite$' -testify.m '^(TestUpdateStatus)$' code.superseriousbusiness.org/gotosocial/internal/db/bundb
func (suite *StatusTestSuite) TestUpdateStatus() {
// Take a copy of the status.
targetStatus := &gtsmodel.Status{}