mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 04:01:08 -06:00
Plugins: Fix data source plugins list test failure (#34477)
This commit is contained in:
parent
60d0c8d0ec
commit
649d36e66a
@ -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);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user