Name things slightly better

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-03-30 14:54:04 +02:00
parent cca578a460
commit 494227d95f
3 changed files with 17 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ func TestSetup(t *testing.T) {
}
func TestLBTxt(t *testing.T) {
for _, txt := range []string{lbTXTxds, lbTXTgrpc} {
for _, txt := range []string{lbTXT} {
if _, err := json.Marshal(txt); err != nil {
t.Errorf("Failed to marshal grpc serverConfig: %s", err)
}