Skip to content

Commit 849c20e

Browse files
committed
fix: remove test that duplicate default value tests
1 parent 8221799 commit 849c20e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/compatibility-suites/openapi/operation-parameters.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -506,12 +506,6 @@ describe('Openapi3 Operation Parameters', () => {
506506
))
507507
})
508508

509-
test('Explicitly prohibit reserved characters for query', async () => {
510-
const testId = 'explicitly-prohibit-reserved-characters-for-query'
511-
const result = await compareFiles(SUITE_ID, testId)
512-
expect(result).toEqual([])
513-
})
514-
515509
test('Allow reserved characters for not query', async () => {
516510
const testId = 'allow-reserved-characters-for-not-query'
517511
const result = await compareFiles(SUITE_ID, testId)

0 commit comments

Comments
 (0)