Fix bad mock in unittest
This commit is contained in:
committed by
renovate[bot]
parent
6c968f90ae
commit
aa2175822e
+1
-1
@@ -143,7 +143,7 @@ const dashboard = {
|
||||
from: 'now-6h',
|
||||
to: 'now',
|
||||
},
|
||||
timepicker: { refresh_intervals: 5 },
|
||||
timepicker: { refresh_intervals: ['5s', '30s', '1m'] },
|
||||
meta: {
|
||||
canSave: true,
|
||||
folderId: 1,
|
||||
|
||||
Reference in New Issue
Block a user