Skip to content

Commit

Permalink
Update operator_integ_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
swang392 committed Dec 18, 2024
1 parent 5821f3a commit f5648fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integ/operator_integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func Test(t *testing.T) {

func verifyOperator(t *testing.T, kubectlOptions *k8s.KubectlOptions) {
verifyNumPodsForSelector(t, kubectlOptions, 1, "app.kubernetes.io/name=datadog-operator")
operatorPods, err := k8s.ListPodsE(t, kubectlOptions, metav1.ListOptions{
operatorPods, err := k8s.ListPodsE(t, kubectlOptions, v1.ListOptions{
LabelSelector: "app.kubernetes.io/name=datadog-operator",
})
require.NoError(t, err)
Expand Down

0 comments on commit f5648fb

Please sign in to comment.