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
-
`, rendered)
})