We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dde28 commit b29d4c4Copy full SHA for b29d4c4
test/controllers/controller_test_base.rb
@@ -19,8 +19,7 @@ def self.startup
19
@@request_timeout = 30
20
@@assert_precision = 0.01
21
22
- Configuration.basic_auth_user_name = ENV['MessageMediaApiTestsKey']
23
- Configuration.basic_auth_password = ENV['MessageMediaApiTestsSecret']
+
24
end
25
26
# Called once before every test case.
0 commit comments