test/test_helper.rb in meducation_sdk-1.5.7 vs test/test_helper.rb in meducation_sdk-1.6.0
- old
+ new
@@ -21,9 +21,9 @@
end
Loquor.config do |config|
config.logger = MeducationSDK.config.logger
config.access_id = "Sermo"
config.secret_key = "foobar"
- config.endpoint = "http://localhost:3000/system"
+ config.endpoint = "http://localhost:3000/spi"
end
end
end