Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Aug 15, 2024
1 parent b7cab1a commit 78cb80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_assemblyai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def api_key

# @return [String] AssemblyAI Base URL
def base_url
ENV.fetch("ASSEMBLYAI_BASE_URL") || AssemblyAI::Environment::DEFAULT
ENV.key?("ASSEMBLYAI_BASE_URL") ? ENV.fetch("ASSEMBLYAI_BASE_URL") : AssemblyAI::Environment::DEFAULT
end

def client
Expand Down

0 comments on commit 78cb80d

Please sign in to comment.