Skip to content

Commit

Permalink
Start to add hardcoded mock values
Browse files Browse the repository at this point in the history
- tests still failing locally...
  • Loading branch information
mattwr18 committed Apr 30, 2024
1 parent 4e620e1 commit ce2cd04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/support/shared_values.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ce2cd04

Please sign in to comment.