Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Dec 5, 2023
1 parent cc0bba0 commit 3b4af91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ func TestObservabilityAddonController(t *testing.T) {
t.Fatalf("Failed to get addondeploymentconfig %s: (%v)", name, err)
}

//_, err = r.Reconcile(context.TODO(), req)
//if err != nil {
// t.Fatalf("reconcile after updating addondeploymentconfig: (%v)", err)
//}
//Change proxyconfig in addondeploymentconfig
foundAddonDeploymentConfig.Spec.ProxyConfig = addonv1alpha1.ProxyConfig{
HTTPProxy: "http://test1.com",
Expand Down
1 change: 1 addition & 0 deletions operators/multiclusterobservability/tests/manifests

0 comments on commit 3b4af91

Please sign in to comment.