Skip to content

Commit

Permalink
Generate a random user id
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Nov 6, 2017
1 parent b93a5cc commit eb4482c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/key-auth.e2e.test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
const request = require('supertest');
const cliHelper = require('../common/cli.helper');
const gwHelper = require('../common/gateway.helper');
const idGen = require('uuid-base62');

let gatewayProcess = null;
let gatewayPort, adminPort, configDirectoryPath;
const username = 'test';
const username = idGen.v4();
let keyCred;
const headerName = 'Authorization';
const proxyPolicy = {
Expand Down

0 comments on commit eb4482c

Please sign in to comment.