Commit 317fd87a authored by Christophe Mathias's avatar Christophe Mathias Committed by Pierre Smeyers
Browse files

fix: remove incorrect test description update

parent 1445ed82
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -451,8 +451,6 @@ variables:
      exit 1
    else
      log_info "${_type} report correctly imported"
      # add template info in test description field
      curl -LX PUT "${DEFECTDOJO_SERVER_URL}/api/v2/tests/${test_pk}/" -H "Content-Type: multipart/form-data" -H "Authorization: Token $DEFECTDOJO_API_KEY" -F id="${test_pk}" -F target_start="${_scan_date}T${_scan_time}:00Z" -F target_end="${_scan_date}T${_scan_time}:00Z" -F test_type="${dd_test_type_pk}" -F description="scanned with $_template_version" --verbose
    fi
  }