Skip to content

Commit 95e4276

Browse files
committed
fix test
1 parent 410f50a commit 95e4276

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

temp.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/test_html.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ def HasScript():
103103
return html.div(
104104
html.div({"id": "run-count", "data-value": 0}),
105105
html.script(
106-
{"src": f"/_api/modules/{file_name_template.format(src_id=src_id)}"}
106+
{
107+
"src": f"/_idom/modules/{file_name_template.format(src_id=src_id)}"
108+
}
107109
),
108110
)
109111

0 commit comments

Comments
 (0)