From eb7ddceac324475a68d1ca5beb663c310d8b3eb3 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Wed, 1 Jan 2025 08:03:06 +1030 Subject: [PATCH] Changed keys apparently helps CI --- test/fixtures/api_keys.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/api_keys.yml b/test/fixtures/api_keys.yml index 830fefe..2902bee 100644 --- a/test/fixtures/api_keys.yml +++ b/test/fixtures/api_keys.yml @@ -1,7 +1,7 @@ # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: - key: MyString + key: <%= SecureRandom.hex(20) %> two: - key: MyString + key: <%= SecureRandom.hex(20) %> -- 2.39.5