Skip to content

Commit e0bd45c

Browse files
committed
Update expected server JSON count in validation
1 parent 4014e85 commit e0bd45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/validate-examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func main() {
3333

3434
func runValidation() error {
3535
// Define what we validate and how
36-
expectedServerJSONCount := 12
36+
expectedServerJSONCount := 13
3737
targets := []validationTarget{
3838
{
3939
path: filepath.Join("docs", "reference", "server-json", "generic-server-json.md"),

0 commit comments

Comments
 (0)