Skip to content

Commit

Permalink
test: Remove unnecessary env
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 17, 2024
1 parent 0669738 commit 8a6394e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"context"
"fmt"
"net/http/httptest"
"os"
"path/filepath"
"runtime"
"testing"
Expand Down Expand Up @@ -95,7 +94,6 @@ var _ = BeforeSuite(func() {
Expect(k8sClient).NotTo(BeNil())

srv = uptimerobottest.NewServer()
Expect(os.Setenv("UPTIME_ROBOT_API", srv.URL)).To(Succeed())

Expect(k8sClient.Create(context.Background(), &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{Name: ClusterResourceNamespace},
Expand Down

0 comments on commit 8a6394e

Please sign in to comment.