Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/14.5' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Sep 26, 2024
2 parents 9732199 + b91889a commit 6feec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/v3/linked_applications/adapters/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module LinkedApplications
module Adapters
class Development < OpenDesk
def self.applicable?
Rails.env.development?
Rails.env.development? || Rails.env.test?
end

protected
Expand Down

0 comments on commit 6feec03

Please sign in to comment.