mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelInspect: Download CSV without extra blank rows (#71248)
This commit is contained in:
@@ -37,7 +37,7 @@ describe('inspector download', () => {
|
||||
},
|
||||
};
|
||||
|
||||
it.each([[dataFrameFromJSON(json), 'test', '"time","name","value"\r\n100,a,1\r\n\r\n']])(
|
||||
it.each([[dataFrameFromJSON(json), 'test', '"time","name","value"\r\n100,a,1']])(
|
||||
'should, when logsModel is %s and title is %s, resolve in %s',
|
||||
async (dataFrame, title, expected) => {
|
||||
downloadDataFrameAsCsv(dataFrame, title);
|
||||
|
||||
Reference in New Issue
Block a user