We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db77e5 commit 7b5edaeCopy full SHA for 7b5edae
1 file changed
ted_sws/notice_validator/resources/templates/sparql_query_results_report.jinja2
@@ -29,7 +29,7 @@
29
<h2>Report details: </h2>
30
<ul>
31
<li>Date created: {{ created }}</li>
32
- <li>SPARQL test suite identifier: {{ sparql_test_suite_identifier }}</li>
+ <li>SPARQL test suite identifier: {{ test_suite_identifier }}</li>
33
<li>Mapping suite identifier: {{ mapping_suite_identifier }}</li>
34
</ul>
35
<hr>
@@ -45,7 +45,7 @@
45
</tr>
46
</thead>
47
<tbody>
48
- {% for result in execution_results %}
+ {% for result in validation_results %}
49
<tr>
50
<td>{{ result.query.title }}</td>
51
<td>{{ result.query.description }}</td>
0 commit comments