Skip to content

Commit

Permalink
TTPLAT-1788 Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smeeks committed Feb 20, 2022
1 parent cb72693 commit 0df1d74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@

# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr

# Required for CloudWatch in PutMetricDataService.
ENV["AWS_REGION"] = "us-east-1"
end

0 comments on commit 0df1d74

Please sign in to comment.