Skip to content

Commit 5ccb417

Browse files
author
Patrick Strang
committed
fix test with namespace
1 parent 5f73d2e commit 5ccb417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kube/kubernetes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ func Test_CreateApplicationEvent(t *testing.T) {
9393
require.NoError(t, err)
9494
require.NotNil(t, event)
9595
assert.Equal(t, "ArgocdImageUpdater", event.Source.Component)
96-
assert.Equal(t, "default", client.Namespace)
96+
assert.Equal(t, "argocd", client.Namespace)
9797
})
9898
}

0 commit comments

Comments
 (0)