Skip to content

Commit 745fd9c

Browse files
committed
Fix the failing unit test
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 62871ae commit 745fd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_scanpipe_views_project_list_state_of_filters_in_search_form(self):
133133
response = self.client.get(url, data=data)
134134

135135
expected = (
136-
'<input class="input " type="text" placeholder="Search projects" '
136+
'<input class="input " type="search" placeholder="Search projects" '
137137
'name="search" value="query">'
138138
)
139139
self.assertContains(response, expected, html=True)

0 commit comments

Comments
 (0)