fix(http): canonicize dashboard organization field
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>pull/11079/head^2
parent
7e8cea7641
commit
f7d33a63a5
|
@ -261,7 +261,7 @@ func TestService_handleGetDashboards(t *testing.T) {
|
||||||
"dashboards": [
|
"dashboards": [
|
||||||
{
|
{
|
||||||
"id": "da7aba5e5d81e550",
|
"id": "da7aba5e5d81e550",
|
||||||
"organizationID": "0000000000000001",
|
"orgID": "0000000000000001",
|
||||||
"name": "hello",
|
"name": "hello",
|
||||||
"description": "oh hello there!",
|
"description": "oh hello there!",
|
||||||
"meta": {
|
"meta": {
|
||||||
|
|
Loading…
Reference in New Issue