Skip to content

Commit 74752b3

Browse files
Prism now runs local to Travis
1 parent d40d706 commit 74752b3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/test.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ before(function() {
4444
describe('test_access_settings_activity_get', function () {
4545
this.timeout(TEST_TIMEOUT_MS);
4646
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-
}
47+
var TEST_HOST = 'localhost'
5248

5349
var sg = sendgrid(API_KEY, TEST_HOST)
5450

0 commit comments

Comments
 (0)