Skip to content

Commit

Permalink
redfishwrapper: clean up a few commented out bits
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Nov 9, 2023
1 parent 24b2642 commit f1c1fa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion internal/redfishwrapper/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ func TestSystemsBIOSOdataID(t *testing.T) {

ctx := context.Background()

//os.Setenv("DEBUG_BMCLIB", "true")
client := NewClient(parsedURL.Hostname(), parsedURL.Port(), "", "")

err = client.Open(ctx)
Expand Down
2 changes: 0 additions & 2 deletions internal/redfishwrapper/firmware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func TestRunRequestWithMultipartPayload(t *testing.T) {

ctx := context.Background()

//os.Setenv("DEBUG_BMCLIB", "true")
client := NewClient(parsedURL.Hostname(), parsedURL.Port(), "", "", WithBasicAuthEnabled(true))

err = client.Open(ctx)
Expand Down Expand Up @@ -191,7 +190,6 @@ func TestFirmwareInstallMethodURI(t *testing.T) {

ctx := context.Background()

//os.Setenv("DEBUG_BMCLIB", "true")
client := NewClient(parsedURL.Hostname(), parsedURL.Port(), "", "", WithBasicAuthEnabled(true))

err = client.Open(ctx)
Expand Down

0 comments on commit f1c1fa1

Please sign in to comment.