From ce2cd04670387d7368100a3fd26b37a8837ac17f Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Tue, 30 Apr 2024 13:11:25 +0200 Subject: [PATCH] Start to add hardcoded mock values - tests still failing locally... --- spec/support/shared_values.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/support/shared_values.rb b/spec/support/shared_values.rb index dc6b355..22847cf 100644 --- a/spec/support/shared_values.rb +++ b/spec/support/shared_values.rb @@ -9,11 +9,11 @@ def hello_world end def test_public_key - ENV['THREEMARB_PUBLIC'] + '2edf856e8a0f8f8e761be57f895f8827f42c6be0c6c891b95494faa7d264f7d9' end def test_private_key - ENV['THREEMARB_PRIVATE'] + '2edf856e8a0f8f8e761be57f895f8827f42c6be0c6c891b95494faa7d264f7d9' end def test_auth_params @@ -24,11 +24,11 @@ def test_auth_params end def test_from - ENV['THREEMARB_API_IDENTITY'] + '*VALID1' end def test_api_secret - ENV['THREEMARB_API_SECRET'] + 'CWWuNaFDkEZLiRSt' end def test_blob_id