Skip to content

Commit

Permalink
rename placeholder test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobm-splunk authored and daveshanley committed Mar 11, 2024
1 parent 27192a3 commit f866c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameters/path_parameters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ paths:
assert.Equal(t, "Instead of '22334', use one of the allowed values: '1, 2, 99, 100'", errors[0].HowToFix)
}

func TestNewValidator_FillInThis(t *testing.T) {
func TestNewValidator_ServerPathPrefixInRequestPath(t *testing.T) {

spec := `openapi: 3.1.0
servers:
Expand Down

0 comments on commit f866c7b

Please sign in to comment.