Skip to content

Commit 71c262b

Browse files
authored
remove general autocomplete test (#56015)
1 parent a7ccfb8 commit 71c262b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/workflows/test-local-dev.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@ async function testSiteSearch() {
145145
assert(results.meta)
146146
assert(results.hits)
147147
}
148-
// Using the autocomplete search API
149-
{
150-
const res = await get('/api/search/autocomplete?query=gi')
151-
const results = JSON.parse(res.body)
152-
assert(results.meta)
153-
assert(results.hits)
154-
}
155148
}
156149

157150
async function testViewingPages() {

0 commit comments

Comments
 (0)