Skip to content

Commit

Permalink
fixup! refactor: more testable read file function
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Jan 25, 2024
1 parent 6d060c8 commit bac3fb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ const (
capxNamespaceKey = "POD_NAMESPACE"
)

var (
// use a var to override in tests
const (
configPath = "/etc/nutanix/config/prismCentral"
)

Expand Down

0 comments on commit bac3fb4

Please sign in to comment.