From faeb7ded3b5d595910f424fd9cf9c6fe5935e648 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:12:17 +0100 Subject: [feature] Implement reports admin API so admins can view + close reports (#1378) * add admin report api endpoints + tests * [chore] remove funky duplicate attachment in testrig --- testrig/testmodels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testrig') diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 5f8d6933c..77da1bf38 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -1947,7 +1947,7 @@ func NewTestReports() map[string]*gtsmodel.Report { Forwarded: TrueBool(), ActionTaken: "user was warned not to be a turtle anymore", ActionTakenAt: TimeMustParse("2022-05-15T17:01:56+02:00"), - ActionTakenByAccountID: "01AY6P665V14JJR0AFVRT7311Y", + ActionTakenByAccountID: "01F8MH17FWEB39HZJ76B6VXSKF", }, } } -- cgit v1.2.3