mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
webdav: allow specification of a different public_url than upload url
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func TestUploadToWebdav(t *testing.T) {
|
||||
webdavUploader, _ := NewWebdavImageUploader("http://localhost:9998/dav/", "username", "password")
|
||||
webdavUploader, _ := NewWebdavImageUploader("http://localhost:9998/dav/", "username", "password", "")
|
||||
|
||||
SkipConvey("[Integration test] for external_image_store.webdav", t, func() {
|
||||
path, err := webdavUploader.Upload("../../../public/img/logo_transparent_400x.png")
|
||||
|
||||
Reference in New Issue
Block a user