Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 995736c

Browse files
Added env keys for Travis
1 parent e31a928 commit 995736c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/test/java/com/messagemedia/webhooks/controllers/ControllerTestBase.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ public class ControllerTestBase {
4242
*/
4343
@Before
4444
public void setUp() throws Exception {
45-
httpResponse = new HttpCallBackCatcher();
45+
httpResponse = new HttpCallBackCatcher();
46+
Configuration.basicAuthUserName = System.getenv("MessageMediaApiTestsKey");
47+
Configuration.basicAuthPassword = System.getenv("MessageMediaApiTestsSecret");
4648
}
4749

4850
/**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /