stackdriver: fix failing test

This commit is contained in:
Erik Sundell 2018-09-25 16:51:39 +02:00
parent 3f7314831f
commit 38e32a902e

View File

@ -180,8 +180,8 @@ describe('StackdriverDataSource', () => {
});
it('should return successfully', () => {
expect(result.length).toBe(2);
expect(result[0].id).toBe('test metric type 1');
expect(result[0].name).toBe('test metric name 1');
expect(result[0].type).toBe('test metric type 1');
expect(result[0].displayName).toBe('test metric name 1');
});
});