From 56f9590fa5f9633b9830f7f72148dc1660df010f Mon Sep 17 00:00:00 2001 From: Matthew Burns Date: Wed, 29 Nov 2023 09:39:24 -0700 Subject: [PATCH] Fix the conflict Clipped one line too high when fixing the conflicts earlier --- providers/redfish/main_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/redfish/main_test.go b/providers/redfish/main_test.go index 60c7c8b3..2eb1213c 100644 --- a/providers/redfish/main_test.go +++ b/providers/redfish/main_test.go @@ -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/1": fixturesDir + "/v1/dell/selentries/2.json", "/redfish/v1/": fixturesDir + "/v1/serviceroot.json", "/redfish/v1/UpdateService": fixturesDir + "/v1/updateservice.json",