diff options
author | 2023-01-27 14:48:11 +0100 | |
---|---|---|
committer | 2023-01-27 14:48:11 +0100 | |
commit | 3283900b0d0b98e5ca956f61ce09ab373cf0cbe8 (patch) | |
tree | f7dc654ea2d510e0c02d63d8a174908f1e25c680 /testrig/testmodels.go | |
parent | [docs] Add Flag documentation to federation docs (#1393) (diff) | |
download | gotosocial-3283900b0d0b98e5ca956f61ce09ab373cf0cbe8.tar.xz |
[feature] Federate reports to remote instance as Flag (if desired) (#1386)
* reports federate out, we did it lxds
* fix optional line start (should be optional slash)
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 77da1bf38..f44dce71c 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -1928,7 +1928,7 @@ func NewTestReports() map[string]*gtsmodel.Report { ID: "01GP3AWY4CRDVRNZKW0TEAMB5R", CreatedAt: TimeMustParse("2022-05-14T12:20:03+02:00"), UpdatedAt: TimeMustParse("2022-05-14T12:20:03+02:00"), - URI: "http://localhost:8080/01GP3AWY4CRDVRNZKW0TEAMB5R", + URI: "http://localhost:8080/reports/01GP3AWY4CRDVRNZKW0TEAMB5R", AccountID: "01F8MH5NBDF2MV7CTC4Q5128HF", TargetAccountID: "01F8MH5ZK5VRH73AKHQM6Y9VNX", Comment: "dark souls sucks, please yeet this nerd", |