Skip to content

Commit a255c81

Browse files
committed
missing parent
1 parent eaf1cad commit a255c81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/shadowbox/server/manager_metrics.spec.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ describe('PrometheusManagerMetrics', () => {
235235

236236
const serverMetrics = await managerMetrics.getServerMetrics({seconds: 0});
237237

238-
console.log(JSON.stringify(serverMetrics, null, 2));
239-
240238
expect(JSON.stringify(serverMetrics, null, 2)).toEqual(`{
241239
"server": {
242240
"tunnelTime": {
@@ -301,7 +299,7 @@ describe('PrometheusManagerMetrics', () => {
301299
}
302300
}
303301
},
304-
{
302+
{
305303
"accessKeyId": 1,
306304
"dataTransferred": {
307305
"bytes": 0

0 commit comments

Comments
 (0)