From: Aidan Cornelius-Bell Date: Tue, 31 Dec 2024 21:33:06 +0000 (+1030) Subject: Changed keys apparently helps CI X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=eb7ddceac324475a68d1ca5beb663c310d8b3eb3;p=arelpe.git Changed keys apparently helps CI --- 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) %>