mirror of
https://github.com/langgenius/ruby-sdk.git
synced 2026-07-19 22:33:49 -04:00
@@ -8,7 +8,7 @@ require "dify/client"
|
||||
class DifyClientTest < Minitest::Test
|
||||
def setup
|
||||
@api_key = "YOUR_API_KEY"
|
||||
@client = DifyClient.new(@api_key)
|
||||
@client = Dify::Client::DifyClient.new(@api_key)
|
||||
end
|
||||
|
||||
def test_update_api_key
|
||||
|
||||
Reference in New Issue
Block a user