From 138c8259ff55d2fb910ec15735a1b4d4b6cda7af Mon Sep 17 00:00:00 2001 From: Gusted Date: Mon, 24 Feb 2025 00:59:09 +0100 Subject: [PATCH] chore: add empty `secret` table fixtures - The secrets table were added in 659055138b6d32492b20c9f4d1d5a3cdaa47188d, but no empty fixture was added. - This caused the `TestAPIUserSecrets` (added in 9106514e516f1e75ae539f3cd2f3a794c7d2c50a) to not pass on a second test run, because the `secret` table contained the previous entries. - Reported-by: famfo --- models/fixtures/secret.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 models/fixtures/secret.yml diff --git a/models/fixtures/secret.yml b/models/fixtures/secret.yml new file mode 100644 index 0000000000..ca780a73aa --- /dev/null +++ b/models/fixtures/secret.yml @@ -0,0 +1 @@ +[] # empty