Remove the duplicated words in test files

Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
mooncake
2018-10-05 22:55:16 +08:00
parent 6764bc495e
commit 4894f5583d
5 changed files with 5 additions and 5 deletions

View File

@@ -397,7 +397,7 @@ func getTestRequests(namespace string) []struct {
return requests
}
// The TestAuthMode* tests tests a large number of URLs and checks that they
// The TestAuthMode* tests a large number of URLs and checks that they
// are FORBIDDEN or not, depending on the mode. They do not attempt to do
// detailed verification of behaviour beyond authorization. They are not
// fuzz tests.