We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bd119 commit 3eb1caeCopy full SHA for 3eb1cae
schema_validation/validate_schema_test.go
@@ -878,7 +878,6 @@ components:
878
879
// https://github.com/daveshanley/vacuum/issues/520
880
func TestValidateSchema_OneOf_Discriminant_Valid(t *testing.T) {
881
-
882
spec := `openapi: 3.1.0
883
info:
884
title: Test
@@ -923,7 +922,6 @@ components:
923
922
924
925
func TestValidateSchema_OneOf_NoMatches(t *testing.T) {
926
927
928
929
@@ -968,7 +966,6 @@ components:
968
966
969
967
970
func TestValidateSchema_OneOf_SimpleTypes(t *testing.T) {
971
972
testCases := []struct {
973
name string
974
spec string
0 commit comments