mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 06:06:15 -06:00
update the expected return order of CSV exports (since list entries are now down by entry creation date)
This commit is contained in:
parent
7aafaae619
commit
f6824681c7
1 changed files with 2 additions and 2 deletions
|
|
@ -188,8 +188,8 @@ admin@localhost:8080
|
|||
token: suite.testTokens["local_account_1"],
|
||||
user: suite.testUsers["local_account_1"],
|
||||
account: suite.testAccounts["local_account_1"],
|
||||
expect: `Cool Ass Posters From This Instance,admin@localhost:8080
|
||||
Cool Ass Posters From This Instance,1happyturtle@localhost:8080
|
||||
expect: `Cool Ass Posters From This Instance,1happyturtle@localhost:8080
|
||||
Cool Ass Posters From This Instance,admin@localhost:8080
|
||||
`,
|
||||
},
|
||||
// Export Mutes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue