Skip to content

Commit

Permalink
test(ga): add IP to test request
Browse files Browse the repository at this point in the history
  • Loading branch information
geekus committed Mar 13, 2017
1 parent eb5b817 commit 61504eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const ga = require('../../');
describe('Params', () => {
it('are retreived', done => {
const params = ga.getRequestParams({
ip: '127.0.0.1',
user: {
type: 'token',
key: 'abc123',
Expand Down

0 comments on commit 61504eb

Please sign in to comment.