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 d40d706 commit 74752b3Copy full SHA for 74752b3
test/test.js
@@ -44,11 +44,7 @@ before(function() {
44
describe('test_access_settings_activity_get', function () {
45
this.timeout(TEST_TIMEOUT_MS);
46
var API_KEY = 'SendGrid API Key'
47
- if(process.env.TRAVIS) {
48
- var TEST_HOST = process.env.MOCK_HOST
49
- } else {
50
- var TEST_HOST = 'localhost'
51
- }
+ var TEST_HOST = 'localhost'
52
53
var sg = sendgrid(API_KEY, TEST_HOST)
54
0 commit comments