]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Changed keys apparently helps CI
authorAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:33:06 +0000 (08:03 +1030)
committerAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:33:06 +0000 (08:03 +1030)
test/fixtures/api_keys.yml

index 830fefe18f91e200324f9898f36ad44ede5b4f92..2902bee76619f7e0f85e77213262815074a3ce3e 100644 (file)
@@ -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) %>