mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: fix failing test
This commit is contained in:
parent
3f7314831f
commit
38e32a902e
@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user