Commit e9a69a2d authored by Oleksandr's avatar Oleksandr 🎱

remove proxy from the code in the tests

parent 6bc0d6d4
...@@ -7,7 +7,7 @@ RSpec.configure do |conf| ...@@ -7,7 +7,7 @@ RSpec.configure do |conf|
conf.before(:all) do conf.before(:all) do
Wedoops::MasmovilSmsclient.configure do |config| Wedoops::MasmovilSmsclient.configure do |config|
puts "Trying to config" puts "Trying to config"
config.option = {proxy: "http://masmovil:0ckpsirlY2i9W5tzAk6j@prx.wedoops.io:443"} config.option = {proxy: ENV["SMS_PROXY"]}
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment