Skip to content

Commit b29d4c4

Browse files
authored
Update controller_test_base.rb
1 parent 79dde28 commit b29d4c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/controllers/controller_test_base.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ def self.startup
1919
@@request_timeout = 30
2020
@@assert_precision = 0.01
2121

22-
Configuration.basic_auth_user_name = ENV['MessageMediaApiTestsKey']
23-
Configuration.basic_auth_password = ENV['MessageMediaApiTestsSecret']
22+
2423
end
2524

2625
# Called once before every test case.

0 commit comments

Comments
 (0)