diff options
author | 2023-01-25 11:12:17 +0100 | |
---|---|---|
committer | 2023-01-25 11:12:17 +0100 | |
commit | faeb7ded3b5d595910f424fd9cf9c6fe5935e648 (patch) | |
tree | 5c50b950277ab985e73bfaf027b53ee82f4917a6 /testrig/testmodels.go | |
parent | [chore] Settings refactor fix4 (#1383) (diff) | |
download | gotosocial-faeb7ded3b5d595910f424fd9cf9c6fe5935e648.tar.xz |
[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
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r-- | testrig/testmodels.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, } } |