Skip to content
Snippets Groups Projects
Commit c830eb5b authored by Matt Kwong's avatar Matt Kwong
Browse files

Update interop html template location

parent 7376d4b9
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ def render_interop_html_report(
client_langs, server_langs, test_cases, auth_test_cases, http2_cases,
resultset, num_failures, cloud_to_prod, prod_servers, http2_interop):
"""Generate HTML report for interop tests."""
template_file = 'tools/run_tests/interop_html_report.template'
template_file = 'tools/run_tests/interop/interop_html_report.template'
try:
mytemplate = Template(filename=template_file, format_exceptions=True)
except NameError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment