Commit 483d1cfc authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in meep-dai/obtain_app_loc_availability during TTFT043 validation

parent 5c33343a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -953,7 +953,7 @@ func appLocationAvailabilityPOST(w http.ResponseWriter, r *http.Request) {
	applicationLocationAvailabilitySbi_, err := sbi.PosApplicationLocationAvailability(&applicationLocationAvailabilitySbi)
	if err != nil {
		log.Error(err.Error())
		errHandlerProblemDetails(w, err.Error(), http.StatusInternalServerError)
		errHandlerProblemDetails(w, err.Error(), http.StatusNotFound)
		return
	}