Skip to content

Commit 919b2ff

Browse files
authored
Update controller_test_base.rb
1 parent db812fb commit 919b2ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/controllers/controller_test_base.rb

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

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

2526
# Called once before every test case.

0 commit comments

Comments
 (0)