Skip to content

Commit

Permalink
Merge pull request Azure#574 from jianghaolu/configuration
Browse files Browse the repository at this point in the history
Fix handling of access tokens in Configuration
  • Loading branch information
jianghaolu committed Jan 6, 2016
2 parents b6bce9d + aada428 commit e0fbc2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ public Client alter(String profile, Client instance,
});

// applied as default configuration
Configuration.setInstance(config);
service = ServiceBusService.create();
service = ServiceBusService.create(config);
}

@Test
Expand Down

0 comments on commit e0fbc2a

Please sign in to comment.