Skip to content

Commit

Permalink
Clear APPSIGNAL_FILTER_PARAMETERS in filter_test.exs
Browse files Browse the repository at this point in the history
Since 4fb068, APPSIGNAL_FILTER_PARAMETERS gets set from
Appsignal.write_to_environment/1. This commit clears it in
filter_test.exs, so it doesn't get set into the application config in
the next test.
  • Loading branch information
jeffkreeftmeijer committed Jan 6, 2017
1 parent 2452881 commit 54c53e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/transaction/filter_test.exs
Expand Up @@ -70,6 +70,7 @@ defmodule AppsignalTransactionFilterTest do
Application.put_env(app, key, value)
function.()
Application.delete_env(app, key)
System.delete_env("APPSIGNAL_FILTER_PARAMETERS")
end

end

0 comments on commit 54c53e1

Please sign in to comment.