console: fix path to Akvorado logo in tests

This commit is contained in:
Vincent Bernat
2024-04-02 08:00:05 +02:00
parent ab37066767
commit bcaad7a49c

View File

@@ -33,7 +33,7 @@ func TestServeAssets(t *testing.T) {
ContentType: "text/html; charset=utf-8", ContentType: "text/html; charset=utf-8",
FirstLines: []string{"<!doctype html>"}, FirstLines: []string{"<!doctype html>"},
}, { }, {
URL: "/assets/akvorado-14Svw3Su.svg", URL: "/assets/akvorado-DXhK_DdK.svg",
ContentType: "image/svg+xml", ContentType: "image/svg+xml",
FirstLines: []string{`<?xml version="1.0" encoding="UTF-8" standalone="no"?>`}, FirstLines: []string{`<?xml version="1.0" encoding="UTF-8" standalone="no"?>`},
}, { }, {