Testdata: show settings for current simulation (#48017)
Co-authored-by: An Le <an.le@grafana.com>
This commit is contained in:
@@ -224,7 +224,6 @@ func (s *SimulationEngine) GetSimulationHandler(rw http.ResponseWriter, req *htt
|
||||
}
|
||||
result = v
|
||||
} else if strings.HasPrefix(path, "/sim/") {
|
||||
rw.WriteHeader(400)
|
||||
sim, err := s.getSimFromPath(path)
|
||||
if err != nil {
|
||||
http.Error(rw, err.Error(), http.StatusNotFound)
|
||||
|
||||
Reference in New Issue
Block a user