Skip to content

Commit

Permalink
fix env variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Feb 13, 2023
1 parent d2036d5 commit c5d8996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var _ = Describe("Gardenctl command", func() {

BeforeEach(func() {
sessionID = os.Getenv("GCTL_SESSION_ID")
termSessionID = os.Getenv("GCTL_SESSION_ID")
termSessionID = os.Getenv("TERM_SESSION_ID")

Expect(os.Unsetenv("GCTL_SESSION_ID")).To(Succeed())
Expect(os.Unsetenv("TERM_SESSION_ID")).To(Succeed())
Expand Down

0 comments on commit c5d8996

Please sign in to comment.