assert.Equal(t,"dashboard-fy2kflbmskvt6u-9uecoahd1ekwbb7",dashName,"dashboard name of dashboard.json")
assert.Equal(t,"dashboard-fy2kflbmskvt6u-9uecoahd1ekwbb7",dashName,"dashboard name of dashboard.json")
assert.Equal(t,"path-to-folder-3ehfurpmbvs4yxfp7a0r2uskr",folderName,"folder name of dashboard.json")
// We only want 40 characters because UIDs support no more. When we get rid of legacy storage, we can extend the support to 253 character long strings.
// We only want 40 characters because UIDs support no more. When we get rid of legacy storage, we can extend the support to 253 character long strings.
assert.LessOrEqual(t,len(dashName),40,"dashName after hashing needs to be <=40 chars long")
assert.LessOrEqual(t,len(dashName),40,"dashName after hashing needs to be <=40 chars long")
assert.LessOrEqual(t,len(folderName),40,"folderName after hashing needs to be <=40 chars long")