Skip to content

Commit

Permalink
fix test with namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Strang committed Feb 2, 2024
1 parent 5f73d2e commit 5ccb417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ func Test_CreateApplicationEvent(t *testing.T) {
require.NoError(t, err)
require.NotNil(t, event)
assert.Equal(t, "ArgocdImageUpdater", event.Source.Component)
assert.Equal(t, "default", client.Namespace)
assert.Equal(t, "argocd", client.Namespace)
})
}

0 comments on commit 5ccb417

Please sign in to comment.