diff options
author | 2024-09-18 12:23:28 +0200 | |
---|---|---|
committer | 2024-09-18 10:23:28 +0000 | |
commit | f819229988bb79de709abbfb438831b1e452afd4 (patch) | |
tree | 3459f3c82d9885e6773ba78073c5560d529e031b /internal/api | |
parent | [chore/frontend] Tweak status styling a little (#3317) (diff) | |
download | gotosocial-f819229988bb79de709abbfb438831b1e452afd4.tar.xz |
[chore] make csv export ordering determinate (#3318)
Diffstat (limited to 'internal/api')
-rw-r--r-- | internal/api/client/exports/exports_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/exports/exports_test.go b/internal/api/client/exports/exports_test.go index 3759ec6c1..62997af5d 100644 --- a/internal/api/client/exports/exports_test.go +++ b/internal/api/client/exports/exports_test.go @@ -161,8 +161,8 @@ func (suite *ExportsTestSuite) TestExports() { user: suite.testUsers["local_account_1"], account: suite.testAccounts["local_account_1"], expect: `Account address,Show boosts,Notify on new posts,Languages -admin@localhost:8080,true,false, 1happyturtle@localhost:8080,true,false, +admin@localhost:8080,true,false, `, }, // Export Followers. |