Skip to content

Commit

Permalink
Change tenantId from 'rest-test' to 'test'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Feb 26, 2015
1 parent a6d8357 commit e710414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/metrics/plugins/metrics/ts/metricsGlobals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module HawkularMetrics {

export var pluginName = "hawkular-metrics";

export var tenantId = "rest-test";
export var tenantId = "test";

export var log:Logging.Logger = Logger.get(pluginName);

Expand Down

0 comments on commit e710414

Please sign in to comment.