Skip to content

Commit

Permalink
fix: resource update when conflict
Browse files Browse the repository at this point in the history
Signed-off-by: asingh51 <[email protected]>
  • Loading branch information
asingh51 authored and ashutosh16 committed Feb 3, 2025
1 parent 0f47dab commit 869c9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/argocd/commands/admin/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func Test_updateTracking(t *testing.T) {
})
}
}

func TestIsSkipLabelMatches(t *testing.T) {
tests := []struct {
name string
Expand Down Expand Up @@ -156,4 +157,4 @@ func TestIsSkipLabelMatches(t *testing.T) {
assert.Equal(t, tt.expected, result)
})
}
}
}
3 changes: 1 addition & 2 deletions docs/user-guide/commands/argocd_admin_import.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 869c9be

Please sign in to comment.