mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console: fix path to Akvorado logo in tests
This commit is contained in:
@@ -33,7 +33,7 @@ func TestServeAssets(t *testing.T) {
|
||||
ContentType: "text/html; charset=utf-8",
|
||||
FirstLines: []string{"<!doctype html>"},
|
||||
}, {
|
||||
URL: "/assets/akvorado-14Svw3Su.svg",
|
||||
URL: "/assets/akvorado-DXhK_DdK.svg",
|
||||
ContentType: "image/svg+xml",
|
||||
FirstLines: []string{`<?xml version="1.0" encoding="UTF-8" standalone="no"?>`},
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user