From f6824681c7143b57bd5e8a6b110b445ab1dbddd3 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 Sep 2024 18:46:30 +0100 Subject: [PATCH] update the expected return order of CSV exports (since list entries are now down by entry creation date) --- internal/api/client/exports/exports_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/api/client/exports/exports_test.go b/internal/api/client/exports/exports_test.go index 1943f2582..303361b86 100644 --- a/internal/api/client/exports/exports_test.go +++ b/internal/api/client/exports/exports_test.go @@ -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.