Remove global client variable and initialize it locally in tests which accidentally used it.
This commit is contained in:
@@ -55,6 +55,9 @@ const (
|
||||
)
|
||||
|
||||
var _ = Describe("Reboot", func() {
|
||||
|
||||
var c *client.Client = nil
|
||||
|
||||
BeforeEach(func() {
|
||||
var err error
|
||||
c, err = loadClient()
|
||||
|
Reference in New Issue
Block a user