From ea1fb0816e3091ff8b178fc2f8651e5ce22898c0 Mon Sep 17 00:00:00 2001 From: Spyros Date: Wed, 18 Oct 2023 21:55:26 +0100 Subject: [PATCH] Update components/enrichers/depsdev/main_test.go Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- components/enrichers/depsdev/main_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/components/enrichers/depsdev/main_test.go b/components/enrichers/depsdev/main_test.go index a231909ca..366eb517b 100644 --- a/components/enrichers/depsdev/main_test.go +++ b/components/enrichers/depsdev/main_test.go @@ -143,6 +143,7 @@ func TestParseIssuesDepsDevScoreCardInfoWritten(t *testing.T) { assert.Equal(t, properties, expectedProperties) } } + func TestParseIssuesDepsDevExternalReferenceLinksWritten(t *testing.T) { dir, srv := setup(t) defer srv.Close()