diff --git a/bundle/config/mutator/load_git_details_test.go b/bundle/config/mutator/load_git_details_test.go index d24d058d7..ead5d5fdf 100644 --- a/bundle/config/mutator/load_git_details_test.go +++ b/bundle/config/mutator/load_git_details_test.go @@ -31,11 +31,6 @@ func TestCheckMatch(t *testing.T) { ConfiguredBefore: "main", ConfiguredAfter: "main", }, - { - Fetched: "", - ConfiguredBefore: "main", - ConfiguredAfter: "main", - }, } for _, test := range tests {