2022-02-14 11:13:33 +03:00
|
|
|
from app import app
|
2021-05-26 11:06:29 +03:00
|
|
|
|
2022-02-05 08:56:33 +03:00
|
|
|
|
2021-05-26 11:06:29 +03:00
|
|
|
@app.route("/error-assert-xpath")
|
|
|
|
def error_assert_xpath():
|
2022-02-05 08:56:33 +03:00
|
|
|
return "<html><head><title>Test</title></head></html>"
|