mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Fix data source plugins list test failure (#34477)
This commit is contained in:
@@ -51,6 +51,6 @@ describe('buildCategories', () => {
|
||||
|
||||
it('should add enterprise phantom plugins', () => {
|
||||
expect(categories[3].title).toBe('Enterprise plugins');
|
||||
expect(categories[3].plugins.length).toBe(10);
|
||||
expect(categories[3].plugins.length).toBe(11);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user