1
0
Fork 0

Use an actual example IP in test-utils

This commit is contained in:
Alan Plum 2016-06-16 11:06:50 +02:00
parent 70da88eeb4
commit 6ef6d9fa1a
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ exports.createNativeRequest = function (opts) {
headers: opts.headers || {},
cookies: opts.cookies || {},
server: opts.server || {
address: '127.0.0.1',
address: '198.51.100.1',
port: opts.port || 8529
},
client: opts.client || {
address: '127.0.0.1',
address: '203.0.113.1',
port: 33333
}
};