Skip to content

Commit

Permalink
Fix issue with minitest/mocha - re: minitest/minitest#960 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoudrey committed Aug 3, 2023
1 parent 32dea43 commit 8d9ac45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
end
ENV["STATSD_USE_NEW_CLIENT"] ||= "1" # support forwards compatibility with v3.0

ENV["MT_COMPAT"] = "1" # https://github.com/minitest/minitest/issues/960#issuecomment-1654059209

$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'krane'
require 'kubeclient'
Expand Down

0 comments on commit 8d9ac45

Please sign in to comment.