test/test_helper.rb in meducation_sdk-1.3.0 vs test/test_helper.rb in meducation_sdk-1.4.0

- old
+ new

@@ -20,10 +20,9 @@ end Loquor.config do |config| config.logger = MeducationSDK.config.logger config.access_id = "Sermo" config.secret_key = "foobar" - config.endpoint = "http://localhost:3000" + config.endpoint = "http://localhost:3000/system" end end end -