mirror of https://github.com/perkeep/perkeep.git
Merge "fix search handler test: leading slash for thumbnailSrc removed"
This commit is contained in:
commit
e2a0f194ba
|
@ -194,7 +194,7 @@ var handlerTests = []handlerTest{
|
||||||
},
|
},
|
||||||
"size": 534,
|
"size": 534,
|
||||||
"thumbnailHeight": 100,
|
"thumbnailHeight": 100,
|
||||||
"thumbnailSrc": "/node.png",
|
"thumbnailSrc": "node.png",
|
||||||
"thumbnailWidth": 100
|
"thumbnailWidth": 100
|
||||||
}
|
}
|
||||||
}`),
|
}`),
|
||||||
|
|
Loading…
Reference in New Issue