From d77b6fbaea4e05179e497f6b7a6874f239234b41 Mon Sep 17 00:00:00 2001 From: ZPascal Date: Wed, 27 May 2026 23:22:12 +0200 Subject: [PATCH] fix: Adjust the integrationtest Signed-off-by: ZPascal --- tests/integration/api_packages_npm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/api_packages_npm_test.go b/tests/integration/api_packages_npm_test.go index 54d972d47db..5ec018aad8e 100644 --- a/tests/integration/api_packages_npm_test.go +++ b/tests/integration/api_packages_npm_test.go @@ -305,7 +305,7 @@ func TestPackageNpm(t *testing.T) { doc := NewHTMLParser(t, resp.Body) rendered, _ := doc.Find(".markup.markdown").Html() assert.Equal(t, `

docs -logo

+logo

`, rendered) })