From bcaad7a49c644d4c92a36a95cd9b37ec93926e38 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 2 Apr 2024 08:00:05 +0200 Subject: [PATCH] console: fix path to Akvorado logo in tests --- console/assets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/assets_test.go b/console/assets_test.go index 1ec19768..24e4476f 100644 --- a/console/assets_test.go +++ b/console/assets_test.go @@ -33,7 +33,7 @@ func TestServeAssets(t *testing.T) { ContentType: "text/html; charset=utf-8", FirstLines: []string{""}, }, { - URL: "/assets/akvorado-14Svw3Su.svg", + URL: "/assets/akvorado-DXhK_DdK.svg", ContentType: "image/svg+xml", FirstLines: []string{``}, }, {