Fix tests failing after removing repo normalization

Signed-off-by: Felipe Santos <felipecassiors@gmail.com>
pull/11112/head
Felipe Santos 7 months ago
parent ecb5a2c9dd
commit b1fd239167

@ -649,7 +649,8 @@ func TestDedupeRepos(t *testing.T) {
}, },
want: []*repo.Entry{ want: []*repo.Entry{
{ {
URL: "https://example.com/charts", // the last one wins
URL: "https://example.com/charts/",
}, },
}, },
}, },

Loading…
Cancel
Save