Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed May 30, 2024
1 parent 71e07c1 commit dce1413
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/internal/agent/hooks/argocd-repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ func TestArgoRepoWebhook(t *testing.T) {
operations.ReplacePatchOperation(
"/metadata/labels",
map[string]string{
"zarf-agent": "patched",
"argocd.argoproj.io/secret-type": "repository",
"zarf-agent": "patched",
},
),
},
Expand Down Expand Up @@ -112,7 +113,8 @@ func TestArgoRepoWebhook(t *testing.T) {
operations.ReplacePatchOperation(
"/metadata/labels",
map[string]string{
"zarf-agent": "patched",
"argocd.argoproj.io/secret-type": "repository",
"zarf-agent": "patched",
},
),
},
Expand Down

0 comments on commit dce1413

Please sign in to comment.