Skip to content

Commit

Permalink
fix: tmp fix io@beta + rename metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Sep 3, 2018
1 parent 9a36bfe commit 04ab7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/cli/app-configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "Wait for init..."
sleep 1

exists 'probe test-probe exist' "test-probe"
exists 'probe Event Loop Latency exist' "Loop delay"
exists 'probe Event Loop Latency exist' "Event Loop Latency"

exists 'probe Event Loop Latency default value' "agg_type: 'avg'"

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/probes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


var pmx = require('@pm2/io');
var conf = pmx.init();
var conf = pmx.init({});

var http = require('http');

Expand Down

0 comments on commit 04ab7ac

Please sign in to comment.