mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:56:16 -06:00
go-fmt unrelated file (how did this get thru?)
This commit is contained in:
parent
cfeae0330c
commit
e3ad69758f
1 changed files with 2 additions and 2 deletions
|
|
@ -1235,9 +1235,9 @@ func (suite *InternalToASTestSuite) TestInteractionReqToASAcceptAnnounce() {
|
||||||
req := >smodel.InteractionRequest{
|
req := >smodel.InteractionRequest{
|
||||||
ID: "01J1AKMZ8JE5NW0ZSFTRC1JJNE",
|
ID: "01J1AKMZ8JE5NW0ZSFTRC1JJNE",
|
||||||
CreatedAt: testrig.TimeMustParse("2022-06-09T13:12:00Z"),
|
CreatedAt: testrig.TimeMustParse("2022-06-09T13:12:00Z"),
|
||||||
StatusID: "01JJYCVKCXB9JTQD1XW2KB8MT3",
|
StatusID: "01JJYCVKCXB9JTQD1XW2KB8MT3",
|
||||||
Status: >smodel.Status{URI: "http://localhost:8080/users/the_mighty_zork/statuses/01JJYCVKCXB9JTQD1XW2KB8MT3"},
|
Status: >smodel.Status{URI: "http://localhost:8080/users/the_mighty_zork/statuses/01JJYCVKCXB9JTQD1XW2KB8MT3"},
|
||||||
TargetAccountID: acceptingAccount.ID,
|
TargetAccountID: acceptingAccount.ID,
|
||||||
TargetAccount: acceptingAccount,
|
TargetAccount: acceptingAccount,
|
||||||
InteractingAccountID: interactingAccount.ID,
|
InteractingAccountID: interactingAccount.ID,
|
||||||
InteractingAccount: interactingAccount,
|
InteractingAccount: interactingAccount,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue