Skip to content

Commit

Permalink
Fixed failing API tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Mar 28, 2024
1 parent 2b7702a commit 9f54f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unit/api/api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def app
before do
allow(ENV).to receive(:fetch).and_call_original
allow(ENV).to receive(:fetch).with('CMR_API_KEY', anything).and_return('VALID')
allow(ENV).to receive(:fetch).with('CMR_CONFIG_FILE', anything).and_return('config/config.sample.yml')
end

describe 'GET /health' do
Expand Down

0 comments on commit 9f54f2f

Please sign in to comment.