Skip to content

Commit 32ff737

Browse files
committed
fix tests
1 parent 09920d4 commit 32ff737

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/integration/test_form_submit.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,11 @@ def index():
130130
@pytest.fixture(
131131
scope="module",
132132
params=[
133-
functools.partial(FormSubmit, form_component="rx.form.root"),
134133
functools.partial(FormSubmitName, form_component="rx.form.root"),
135-
functools.partial(FormSubmit, form_component="rx.el.form"),
136134
functools.partial(FormSubmitName, form_component="rx.el.form"),
137135
],
138136
ids=[
139-
"id-radix",
140137
"name-radix",
141-
"id-html",
142138
"name-html",
143139
],
144140
)

0 commit comments

Comments
 (0)