mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-17 15:35:57 +00:00
default host to localtuunel.me
If no host specified, then default to localtunnel.me close #31
This commit is contained in:
@@ -22,7 +22,6 @@ test('setup local http server', function(done) {
|
||||
|
||||
test('setup localtunnel client', function(done) {
|
||||
var client = localtunnel.connect({
|
||||
host: 'https://localtunnel.me',
|
||||
port: test._fake_port
|
||||
});
|
||||
|
||||
@@ -69,7 +68,6 @@ test('query localtunnel server w/ ident', function(done) {
|
||||
|
||||
test('request specific domain', function(done) {
|
||||
var client = localtunnel.connect({
|
||||
host: 'https://localtunnel.me',
|
||||
port: test._fake_port,
|
||||
subdomain: 'abcd'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user