mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
change key token
This commit is contained in:
parent
62ce5ff561
commit
11b7a13cf3
4 changed files with 7 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'test_helper'
|
||||
|
||||
class ReppV1AccreditationResultsTest < ActionDispatch::IntegrationTest
|
||||
TEMPORARY_SECRET_KEY = 'temporary-secret-key'.freeze
|
||||
TEMPORARY_SECRET_KEY = ENV['accreditation_secret'].freeze
|
||||
|
||||
def setup
|
||||
@user = users(:api_bestnames)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue