Skip to content

Commit db6dda9

Browse files
authored
Merge pull request #45 from grih9/master
fix restart test
2 parents df3562c + f6fc829 commit db6dda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

overhave/admin/templates/test_run_detail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{% endmacro %}
4848

4949
{% macro render_restart_button(model) %}
50-
<form action="{{ url_for('testrun.details_view', id=model.scenario.feature_id) }}" method="POST">
50+
<form action="{{ url_for('testrun.details_view', id=model.scenario.id) }}" method="POST">
5151
<button type="submit" class="button restart-btn" name="restart">Restart test</button>
5252
</form>
5353
{% endmacro %}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "overhave"
3-
version = "5.1.5"
3+
version = "5.1.6"
44
description = "Overhave - web-framework for BDD"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)