diff --git a/reposerver/repository/repository_test.go b/reposerver/repository/repository_test.go index 840b82a5d848..e5e54d045a70 100644 --- a/reposerver/repository/repository_test.go +++ b/reposerver/repository/repository_test.go @@ -1782,7 +1782,7 @@ func TestInit(t *testing.T) { // TestCheckoutRevisionCanGetNonstandardRefs shows that we can fetch a revision that points to a non-standard ref. In // other words, we haven't regressed and caused this issue again: https://github.com/argoproj/argo-cd/issues/4935 -func TestCheckoutRevision(t *testing.T) { +func TestCheckoutRevisionCanGetNonstandardRefs(t *testing.T) { rootPath, err := ioutil.TempDir("", "") require.NoError(t, err)