tests docs change name

pull/12985/head
Medya Gh 2021-11-18 10:55:32 -08:00
parent 7a7a9011f7
commit 5d0ce59625
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import (
func TestDocs(docPath string, pathToCheck string) error {
buf := bytes.NewBuffer([]byte{})
date := time.Now().Format("2006-01-02")
title := out.Fmt(title, out.V{"Command": "Integration Tests", "Description": "All minikube integration tests", "Date": date})
title := out.Fmt(title, out.V{"Command": "List of Integration Test Cases", "Description": "Auto generated list of all minikube integration tests and what they do.", "Date": date})
_, err := buf.Write([]byte(title))
if err != nil {
return err