Skip to content

Commit

Permalink
Merge pull request #2074 from angrbrd/angrbrd-issue1897
Browse files Browse the repository at this point in the history
Fixing issue #1897
  • Loading branch information
srderson committed Jun 30, 2016
2 parents f519d0a + ddf4c05 commit 37b6688
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sdk/node/test/unit/chain-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ var fs = require('fs');

var chain = hlc.newChain("testChain");

var registrar = {
name: 'WebAppAdmin',
secret: 'DJY27pEnl16d'
};


//
// Configure the test chain
//
Expand Down Expand Up @@ -113,8 +107,8 @@ function getUser(name, cb) {
if (err) return cb(err);
if (user.isEnrolled()) return cb(null,user);
// User is not enrolled yet, so perform both registration and enrollment
// The chain registrar is already set inside 'Set chain registrar' test
var registrationRequest = {
registrar: registrar.user,
enrollmentID: name,
account: "bank_a",
affiliation: "00001"
Expand Down

0 comments on commit 37b6688

Please sign in to comment.