fix js example test
This commit is contained in:
parent
96800fb673
commit
df201ed152
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from flask import template_rendered
|
|||
@pytest.mark.parametrize(
|
||||
("path", "template_name"),
|
||||
(
|
||||
("/", "xhr.html"),
|
||||
("/", "fetch.html"),
|
||||
("/plain", "xhr.html"),
|
||||
("/fetch", "fetch.html"),
|
||||
("/jquery", "jquery.html"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue