summaryrefslogtreecommitdiff
path: root/pkg/argocd/update_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/argocd/update_test.go')
-rw-r--r--pkg/argocd/update_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/argocd/update_test.go b/pkg/argocd/update_test.go
index 3b64d40..cd70391 100644
--- a/pkg/argocd/update_test.go
+++ b/pkg/argocd/update_test.go
@@ -845,7 +845,7 @@ func Test_UpdateApplication(t *testing.T) {
assert.Equal(t, 0, res.NumImagesUpdated)
})
- t.Run("Update from infered registry", func(t *testing.T) {
+ t.Run("Update from inferred registry", func(t *testing.T) {
mockClientFn := func(endpoint *registry.RegistryEndpoint, username, password string) (registry.RegistryClient, error) {
regMock := regmock.RegistryClient{}
regMock.On("NewRepository", mock.Anything).Return(nil)