don't start error messages with a capital letter

This commit is contained in:
reesporte 2021-12-06 16:40:13 -06:00
parent 0a82474a65
commit a0aaa0f371

View file

@ -292,8 +292,8 @@ func TestConfig_validateAddrsGRPC(t *testing.T) {
}
func TestConfig_validateAuth(t *testing.T) {
errorMesgEmpty := "Empty string"
errorMesgURL := "Invalid URL"
errorMesgEmpty := "empty string"
errorMesgURL := "invalid URL"
validTestURL := "https://url.com/"
validClientID := "clientid"
validClientSecret := "clientSecret"