Skip to content

Commit ac6d4b4

Browse files
authored
fix: Broken sorting due to typo in jinja template (#614)
1 parent 3aa553f commit ac6d4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_html/resources/index.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<thead id="results-table-head">
6262
<tr>
6363
<th class="sortable" data-column-type="result">Result</th>
64-
<th class="sortable" data-column-type="testid">Test</th>
64+
<th class="sortable" data-column-type="testId">Test</th>
6565
<th class="sortable" data-column-type="duration">Duration</th>
6666
<th>Links</th>
6767
</tr>

0 commit comments

Comments
 (0)