Skip to content

Commit

Permalink
🧪 Fix test so that it will pass in non-'test' environments as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jcroteau committed Aug 10, 2023
1 parent 2c78c59 commit 93eab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/initializers/deprecation_warning_subscriber_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

context "when a 'deprecation.rails' event is instrumented" do
let(:app_name) { "caseflow" }
let(:deploy_env) { "test" }
let(:deploy_env) { ENV["DEPLOY_ENV"] }
let(:payload) do
{
message: "test message",
Expand Down

0 comments on commit 93eab40

Please sign in to comment.