Skip to content

Commit

Permalink
Fix the conflict
Browse files Browse the repository at this point in the history
Clipped one line too high when fixing the conflicts earlier
  • Loading branch information
mattcburns committed Nov 29, 2023
1 parent 3469c21 commit d73562b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/redfish/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func jsonResponse(endpoint string) []byte {
"/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel": fixturesDir + "/v1/dell/logservices.sel.json",
"/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries": fixturesDir + "/v1/dell/entries.json",
"/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/1": fixturesDir + "/v1/dell/selentries/1.json",
"/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/2": fixturesDir + "/v1/dell/selentries/2.json",

"/redfish/v1/": fixturesDir + "/v1/serviceroot.json",
"/redfish/v1/UpdateService": fixturesDir + "/v1/updateservice.json",
Expand Down

0 comments on commit d73562b

Please sign in to comment.